路由可以有两种实现方式,一种是标签形式的,一种是js实现。
标签:
<router-link to=‘/city‘> 北京 </router-link>
js
this.$router.push("/")
原文地址:https://www.cnblogs.com/coder-lzh/p/9280899.html
时间: 2024-10-30 14:12:29
路由可以有两种实现方式,一种是标签形式的,一种是js实现。
<router-link to=‘/city‘> 北京 </router-link>
this.$router.push("/")
原文地址:https://www.cnblogs.com/coder-lzh/p/9280899.html