出错点
Non-nested routes must include a leading slash character. Fix the following routes:
非嵌套路由必须包含前导斜杠字符
{
path: '/JSExpressionTest',
name: 'JSExpressionTest',
component: () => import('@/components/JSExpressionTest')
}
出错点
Non-nested routes must include a leading slash character. Fix the following routes:
非嵌套路由必须包含前导斜杠字符
{
path: '/JSExpressionTest',
name: 'JSExpressionTest',
component: () => import('@/components/JSExpressionTest')
}