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",
"private": false,
"version": "4.1.9",
"version": "4.2.0",
"type": "module",
"engines": {
"node": ">=16.0.0",

View File

@ -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']