diff --git a/package.json b/package.json index 20f7cd91..5a243e6e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ray-template", "private": false, - "version": "4.1.9", + "version": "4.2.0", "type": "module", "engines": { "node": ">=16.0.0", diff --git a/unplugin/components.d.ts b/unplugin/components.d.ts index 5daf3b1d..f2d45d15 100644 --- a/unplugin/components.d.ts +++ b/unplugin/components.d.ts @@ -7,7 +7,6 @@ export {} declare module 'vue' { export interface GlobalComponents { - RayTransitionComponent: typeof import('./../src/components/RayTransitionComponent/index.vue')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] RTransitionComponent: typeof import('./../src/components/RTransitionComponent/index.vue')['default']