fix(cli): register packageEntry failed

This commit is contained in:
chenjiahan
2020-05-28 15:18:52 +08:00
parent 248c3f08ed
commit 4e793189b6
3 changed files with 18 additions and 16 deletions

View File

@@ -2,4 +2,4 @@ import { createApp } from 'vue';
import App from './App';
import { router } from './router';
createApp(App).use(router).mount('#app');
window.app = createApp(App).use(router).mount('#app');