Skip to content
This repository was archived by the owner on Jun 27, 2023. It is now read-only.

Commit 9a74696

Browse files
committed
Auto stash before cherry pick of "fix(plugin): allow CamelCase naming in String templates"
1 parent e8c97c2 commit 9a74696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demos/vue-3/src/views/Basic.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
class="absolute inset-0 bg-gradient-to-r from-blue-400 to-green-200 shadow-xl transform -skew-y-3 sm:skew-y-0 sm:-rotate-3 sm:rounded-3xl"
66
></div>
77
<div class="relative card p-6 bg-white">
8-
<dynamic-form
8+
<DynamicForm
99
:form="form"
1010
@submitted="handleSubmit"
1111
@change="valueChanged"

0 commit comments

Comments
 (0)