refactor(router): 重命名路由插件文件并更新类型定义
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<script setup lang="tsx">
|
||||
import { createGetRoutes, router } from '@/plugins/router-plugin';
|
||||
import { createGetRoutes, router } from '@/plugins/00.router-plugin';
|
||||
import type { MenuOption } from 'naive-ui';
|
||||
import { RouterLink, type RouteRecordRaw } from 'vue-router';
|
||||
import IconMenuRounded from '~icons/material-symbols/menu-rounded';
|
||||
|
||||
Reference in New Issue
Block a user