chore: 悦码渲染器增加 ga 分析

This commit is contained in:
wangxuefeng
2025-03-28 16:12:53 +08:00
parent 799a775a8d
commit fcd44e49d2
12 changed files with 1514 additions and 1502 deletions

13
apps/y-code-v1/start/components.d.ts vendored Normal file
View File

@@ -0,0 +1,13 @@
/* eslint-disable */
/* prettier-ignore */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {}
declare module 'vue' {
export interface GlobalComponents {
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
}
}