整理
This commit is contained in:
@ -41,6 +41,11 @@ export function install({ app }: { app: import('vue').App<Element> }) {
|
||||
Object.assign(window, { stack: createStackGuard(router) });
|
||||
}
|
||||
|
||||
/*
|
||||
definePage({
|
||||
meta: { },
|
||||
});
|
||||
*/
|
||||
declare module 'vue-router' {
|
||||
interface RouteMeta {
|
||||
/**
|
||||
|
Reference in New Issue
Block a user