This commit is contained in:
XiaoDaiGua-Ray 2023-09-15 23:59:28 +08:00
parent d2773d62bc
commit 405e62c762
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"name": "ray-template", "name": "ray-template",
"private": false, "private": false,
"version": "4.1.9", "version": "4.2.0",
"type": "module", "type": "module",
"engines": { "engines": {
"node": ">=16.0.0", "node": ">=16.0.0",

View File

@ -7,7 +7,6 @@ export {}
declare module 'vue' { declare module 'vue' {
export interface GlobalComponents { export interface GlobalComponents {
RayTransitionComponent: typeof import('./../src/components/RayTransitionComponent/index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink'] RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView'] RouterView: typeof import('vue-router')['RouterView']
RTransitionComponent: typeof import('./../src/components/RTransitionComponent/index.vue')['default'] RTransitionComponent: typeof import('./../src/components/RTransitionComponent/index.vue')['default']