1
YM
2024-05-15 e4bbe681c35e9f8f2d2ef6a3e40f3645239987ac
src/router/index.ts
@@ -23,11 +23,16 @@
          path: '/home',
          name: 'home',
          meta: { auth: true },
          component: Home,
          component: Home
        },
        {
          path: '/dictionary',
          name: 'dictionary',
          meta: { auth: true },
          component: () =>import('@/views/components/dictionary.vue')
        }
      ]
    }
  ]
})