Non-nested routes must include a leading slash character. Fix the following routes: - JSExpression

出錯點
Non-nested routes must include a leading slash character. Fix the following routes:
非嵌套路由必須包含前導斜槓字符

{
      path: '/JSExpressionTest',
      name: 'JSExpressionTest',
      component: () => import('@/components/JSExpressionTest')
    }

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章