Skip to content

Commit c56d89d

Browse files
committed
string props example
1 parent 7593445 commit c56d89d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default {
185185
getCheckFilterDef() {
186186
return {
187187
width: 14,
188-
props: ['state_code'],
188+
props: 'state_code',
189189
def: [{
190190
'code': 'created',
191191
'name': '未处理'

0 commit comments

Comments
 (0)