Skip to content

Commit 34f8220

Browse files
committed
fix App.vue import for demo
1 parent 1f3d393 commit 34f8220

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import Vue from 'vue'
2-
import App from '~entry'
2+
import App from '../src/App.vue'
33
import plugin from '../src/index'
44

55
Vue.use(plugin)

0 commit comments

Comments
 (0)