style(eslint): fix eslint error

This commit is contained in:
Vben
2021-04-12 23:02:48 +08:00
parent 26adbc92be
commit 3c441a05da
15 changed files with 62 additions and 53 deletions

View File

@@ -41,7 +41,7 @@
},
options: {
type: Array as PropType<LabelValueOptions>,
default: [],
default: () => [],
},
},
setup(props) {