错误解决
This commit is contained in:
@@ -25,7 +25,7 @@ router.beforeEach((to, from, next) => {
|
|||||||
store.commit('global/setFullscreen', !!to.meta.fullscreen);
|
store.commit('global/setFullscreen', !!to.meta.fullscreen);
|
||||||
next();
|
next();
|
||||||
});
|
});
|
||||||
npm
|
|
||||||
let vue = new Vue({
|
let vue = new Vue({
|
||||||
el: '#app',
|
el: '#app',
|
||||||
router,
|
router,
|
||||||
|
|||||||
Reference in New Issue
Block a user