Commit 5501cc6b0be2fe5a6af3af4b90a9bab815dcc60b
1 parent
d9950054
fix(editor): import Element in core editor
Showing
2 changed files
with
1 additions
and
2 deletions
front-end/h5/src/components/core/editor.js
front-end/h5/src/views/Editor.vue
| @@ -4,8 +4,6 @@ import CoreEditor from '../components/core/editor' | @@ -4,8 +4,6 @@ import CoreEditor from '../components/core/editor' | ||
| 4 | 4 | ||
| 5 | import LbpButton from '../components/plugins/lbp-button' | 5 | import LbpButton from '../components/plugins/lbp-button' |
| 6 | 6 | ||
| 7 | -import Element from '../components/core/models/element' | ||
| 8 | - | ||
| 9 | const PluginList = [ | 7 | const PluginList = [ |
| 10 | { | 8 | { |
| 11 | title: '按钮', | 9 | title: '按钮', |