This commit is contained in:
2024-05-10 08:52:26 +08:00
parent 133e9c3ac7
commit 37dfa220b5
4 changed files with 1244 additions and 1217 deletions

2
src/components.d.ts vendored
View File

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