feat: 引入naive-ui

This commit is contained in:
lanyeeee
2025-07-08 20:56:59 +08:00
parent b1b50d6b3f
commit 06b01dcbf8
6 changed files with 542 additions and 1 deletions
+13
View File
@@ -0,0 +1,13 @@
/* eslint-disable */
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
// biome-ignore lint: disable
export {}
/* prettier-ignore */
declare module 'vue' {
export interface GlobalComponents {
NButton: typeof import('naive-ui')['NButton']
}
}