未验证 提交 6fa35521 编写于 作者: ufo025174's avatar ufo025174 提交者: GitHub

fix: props 定义默认值拼写错误 defualt => default (#2362)

* fix: props 初始化拼写错误 defualt => default

* fix: props 定义默认值拼写错误 defualt => default
Co-authored-by: N苗大 <caoshengmiao@hypergryph.com>
上级 00c446ef
......@@ -31,7 +31,7 @@
props: {
colorList: {
type: Array as PropType<string[]>,
defualt: [],
default: () => [],
},
event: {
type: Number as PropType<HandlerEnum>,
......
......@@ -31,7 +31,7 @@
props: {
menuTypeList: {
type: Array as PropType<typeof menuTypeList>,
defualt: () => [],
default: () => [],
},
handler: {
type: Function as PropType<Fn>,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册