element-plus / vue-cli-plugin-element-plus

Element Plus plugin for @vue/cli 4.5
MIT License
126 stars 16 forks source link

chore: fix app.use is not a function, fixed #3 #4

Closed LiuwqGit closed 3 years ago

LiuwqGit commented 3 years ago

当原始情况是这样的: createApp(App).use(store).use(router).mount('#app')

经过插件的修改,就会出现问题。

此次修改就是解决该问题的。

zazzaz commented 3 years ago

nice fix THX