Skip to content

Commit

Permalink
fix: 修复name漏写bug
Browse files Browse the repository at this point in the history
  • Loading branch information
BoBoooooo committed Nov 16, 2020
1 parent a8ec788 commit 776a683
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/form-designer/src/GenerateFormItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ import '@riophae/vue-treeselect/dist/vue-treeselect.css';
Tinymce,
FileUpload,
},
name: 'GenerateFormItem'
})
export default class GenerateFormItem extends Vue {
$refs!: {
Expand Down

0 comments on commit 776a683

Please sign in to comment.