参考:https://blog.csdn.net/wxl1555/article/details/83187647
可实现:
main。js
new Vue({ router, store, render: h => h(App) }).$mount("#app")