logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

.native‘修饰符在vue3中被弃用,

vue/no-deprecated-v-on-native-modifierDisallow using deprecated .native modifiers (in Vue.js 3.0.0+)

vue-router报错的解决方法vue-router.esm.js?8c4f:2065 Uncaught (in promise) NavigationDuplicated:

在main.js中加入以下代码const originalPush = Router.prototype.pushRouter.prototype.push = function push(location) {return originalPush.call(this, location).catch(err => err)}

到底了