Skip to content

Commit 5501cc6

Browse files
committed
fix(editor): import Element in core editor
1 parent d995005 commit 5501cc6

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

front-end/h5/src/components/core/editor.js

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import Vue from 'vue'
2+
import Element from './models/element'
23

34
export default {
45
name: 'Editor',

front-end/h5/src/views/Editor.vue

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ import CoreEditor from '../components/core/editor'
44
55
import LbpButton from '../components/plugins/lbp-button'
66
7-
import Element from '../components/core/models/element'
8-
97
const PluginList = [
108
{
119
title: '按钮',

0 commit comments

Comments
 (0)