使用跳转路由this.$router.push
2020-01-20 本文已影响0人
荼蘼toome
知识来源
新建页面
在router.js中创建路由跳转页
{
path: '/store/paying',
name: 'storePaying',
component: () => import('@/pages/store/paying'),
},
知识来源
新建页面
在router.js中创建路由跳转页
{
path: '/store/paying',
name: 'storePaying',
component: () => import('@/pages/store/paying'),
},