vant搭建

This commit is contained in:
橙子
2022-10-05 23:54:53 +08:00
parent db1f241c33
commit 70649653fb
26 changed files with 1497 additions and 1 deletions

7
Yi.Vue3.x.Vant/src/vite-env.d.ts vendored Normal file
View File

@@ -0,0 +1,7 @@
/// <reference types="vite/client" />
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}