我收到来自Vue的控制台警告。
[Vue warn]: Methods property "route" is already defined in Props.
at <RouterView>
at <App>
我知道两个软件包之间有冲突。有没有办法消除这个警告?我使用的软件包是:https://github.com/tighten/ziggyhttps://github.com/vuejs/vue-router
我收到来自Vue的控制台警告。
[Vue warn]: Methods property "route" is already defined in Props.
at <RouterView>
at <App>
我知道两个软件包之间有冲突。有没有办法消除这个警告?我使用的软件包是:https://github.com/tighten/ziggyhttps://github.com/vuejs/vue-router
1条答案
按热度按时间ztigrdn81#
打开项目中的ziggy.js配置文件
在配置对象中找到路由方法:
将route方法重命名为其他名称,例如generateRoute:
保存并重新加载应用程序