fix(ui): default拼写错误

This commit is contained in:
roymondchen 2022-06-03 21:06:22 +08:00 committed by jia000
parent efef69e8ff
commit ce5ac67b2d
2 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@ export default defineComponent({
props: {
config: {
type: Object as PropType<MPage>,
defautl: () => ({}),
default: () => ({}),
},
},

View File

@ -16,7 +16,7 @@ export default defineComponent({
props: {
config: {
type: Object as PropType<MPage>,
defautl: () => ({}),
default: () => ({}),
},
},