Skip to content

Commit

Permalink
fix: import entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ly525 committed Nov 17, 2019
1 parent bbfee00 commit 2a55109
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mini-editor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import PropsPanelWrapper from './wraper/props.js'
import { getVM } from './utils.js'

// 引入组件,并全局注册
import LbpComponent from '../component/index.vue'
import LbpComponent from '../component/index.js'

Vue.component(LbpComponent.name, LbpComponent)

Expand Down

0 comments on commit 2a55109

Please sign in to comment.