Skip to content

Commit

Permalink
fix(ui): default拼写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
roymondchen authored and jia000 committed Jun 6, 2022
1 parent efef69e commit ce5ac67
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/ui-vue2/src/page/Page.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineComponent({
props: {
config: {
type: Object as PropType<MPage>,
defautl: () => ({}),
default: () => ({}),
},
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/src/page/src/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export default defineComponent({
props: {
config: {
type: Object as PropType<MPage>,
defautl: () => ({}),
default: () => ({}),
},
},
Expand Down

0 comments on commit ce5ac67

Please sign in to comment.