This topic created in 1937 days ago, the information mentioned may be changed or developed.
在
http://localhost/#/test
页面有个链接:
http://localhost/#/test?q=123
点击后怎么获取 q 的值? mounted 里不行,因为已经 mounted 了。
1 replies • 2021-01-18 11:09:53 +08:00
 |
|
1
clf Jan 18, 2021
watch 监听$route()就行了。
|