187 changed files with 772 additions and 584 deletions
@ -0,0 +1,7 @@ |
|||
<script lang="ts" setup> |
|||
import { Fallback } from '@vben/common-ui'; |
|||
</script> |
|||
|
|||
<template> |
|||
<Fallback /> |
|||
</template> |
|||
@ -1,7 +1,7 @@ |
|||
import 'vue-router'; |
|||
|
|||
import type { RouteMeta as IRouteMeta } from '@vben-core/typings'; |
|||
|
|||
import 'vue-router'; |
|||
|
|||
declare module 'vue-router' { |
|||
interface RouteMeta extends IRouteMeta {} |
|||
} |
|||
|
|||
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue