We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d995005 commit 5501cc6Copy full SHA for 5501cc6
front-end/h5/src/components/core/editor.js
@@ -1,4 +1,5 @@
1
import Vue from 'vue'
2
+import Element from './models/element'
3
4
export default {
5
name: 'Editor',
front-end/h5/src/views/Editor.vue
@@ -4,8 +4,6 @@ import CoreEditor from '../components/core/editor'
import LbpButton from '../components/plugins/lbp-button'
6
7
-import Element from '../components/core/models/element'
8
-
9
const PluginList = [
10
{
11
title: '按钮',
0 commit comments