Commit 22ab4bc4510a43b6385ab78cde2c834765750e3f
1 parent
8b43fd90
chore: move editor.js to editor/index.js
Showing
2 changed files
with
3 additions
and
3 deletions
front-end/h5/src/components/core/editor.js renamed to front-end/h5/src/components/core/editor/index.js
front-end/h5/src/views/Editor.vue
| 1 | <script> | 1 | <script> |
| 2 | import Vue from 'vue' | 2 | import Vue from 'vue' |
| 3 | -import CoreEditor from '../components/core/editor' | 3 | +import CoreEditor from '../components/core/editor/index.js' |
| 4 | 4 | ||
| 5 | import LbpButton from '../components/plugins/lbp-button' | 5 | import LbpButton from '../components/plugins/lbp-button' |
| 6 | import LbpPicture from '../components/plugins/lbp-picture' | 6 | import LbpPicture from '../components/plugins/lbp-picture' |