1.准备好两个vue文件
panda.vue
travel.vue
2.写index.js配置文件
import travel from '@/components/travel'
4,编写跳转后的页面接收参数
<div>{{this.$route.params.id}}</div>
1.准备好两个vue文件
panda.vue
travel.vue
2.写index.js配置文件
import travel from '@/components/travel'
4,编写跳转后的页面接收参数
<div>{{this.$route.params.id}}</div>