mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-03 13:44:47 +08:00
types: 添加完整路由配置表类型声明
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
import { $t } from "/@/plugins/i18n";
|
||||
import type { RouteConfigsTable } from "/#/index";
|
||||
const Layout = () => import("/@/layout/index.vue");
|
||||
|
||||
const ableRouter = {
|
||||
const ableRouter: RouteConfigsTable = {
|
||||
path: "/able",
|
||||
component: Layout,
|
||||
redirect: "/able/watermark",
|
||||
|
||||
Reference in New Issue
Block a user