【发布时间】:2021-08-12 07:38:39
【问题描述】:
使用时
"vue": "^2.6.12" & "vue-router": "^3.5.1",
每次重新加载页面后我都会收到此警告:
[vue-router] In Vue Router 4, the v-slot API will by default wrap its content with an <a> element. Use the custom prop to remove this warning: <router-link v-slot="{ navigate, href }" custom></router-link>
这个警告对我来说不是很清楚。为什么不使用 vue-router v4 时会出现此警告以及如何设置自定义属性?
【问题讨论】:
标签: vue.js vue-router vue-router4