错误解决

This commit is contained in:
暮光:城中城
2020-05-29 22:43:20 +08:00
parent 13ddbc05ee
commit 2d9a5ab6b6

View File

@@ -25,7 +25,7 @@ router.beforeEach((to, from, next) => {
store.commit('global/setFullscreen', !!to.meta.fullscreen);
next();
});
npm
let vue = new Vue({
el: '#app',
router,