-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vue 3.4.5 路由问题 #678
Comments
👋 @qingmang,感谢给 TDesign 提出了 issue。 |
|
vue3.4暂不处理,等vue3.4稳定后再做处理 |
[非前端,以下内容不完全保证] |
|
我的意思是:不能在自定义函数里直接用useRoute(),route要在vue文件里的setup方法里用 |
第一种方法就是目前通用主流方法,第二种方法要去获取VUE实例,走反射不如直接从router抓实例对象,省内存 |
最后经过讨论和测试后发现,虽然两个方法内部指向一致,但是因为useRoute方法需要由setup语法糖进行初始化,而在该定义方法内并没有初始化对应实例导致出现未定义的问题,故你说的是对的,采用router实例对象获取当前路由对象的方式修复问题,感谢你的贡献 |
tdesign-vue-next-starter 版本
last
重现链接
No response
重现步骤
最新版本路由不跳转的bug
期望结果
改一下APP.vue 的key 改成route.path
实际结果
框架版本
No response
浏览器版本
No response
系统版本
No response
Node版本
No response
补充说明
正经了
The text was updated successfully, but these errors were encountered: