mirror of
https://github.com/vbenjs/vue-vben-admin.git
synced 2025-08-27 16:33:20 +08:00
chore(@vben/web-naive): Import on demand
This commit is contained in:
@@ -15,14 +15,13 @@ const routes: RouteRecordRaw[] = [
|
||||
name: 'Demos',
|
||||
path: '/demos',
|
||||
children: [
|
||||
// 权限控制
|
||||
{
|
||||
meta: {
|
||||
icon: 'mdi:shield-key-outline',
|
||||
title: $t('page.demos.naive'),
|
||||
},
|
||||
name: 'NaiveDemos',
|
||||
path: '/demos/access',
|
||||
path: '/demos/naive',
|
||||
component: () => import('#/views/demos/naive/index.vue'),
|
||||
},
|
||||
],
|
||||
|
Reference in New Issue
Block a user