Skip to content

Commit 6be3892

Browse files
committed
fix: less variable bug
1 parent 44e31df commit 6be3892

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/demos/index.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<SchemaStringField
55
name="input"
66
x-component="Input"
7-
:x-component-props="{ label: '输入框', placeholder: '请输入' }"
7+
:x-component-props="{ label: '输入框', placeholder: '请输入...' }"
88
/>
99

1010
<SchemaStringField
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
@formily-prefix: 'formily-vant';
2-
@namespace: 'vant';
1+
@formily-prefix: formily-vant;

0 commit comments

Comments
 (0)