build: migrate demo from webpack to Vite (#832)

This commit is contained in:
Yue JIN
2025-05-25 00:24:38 +08:00
committed by GitHub
parent 581c66f82a
commit eecc4e9405
52 changed files with 745 additions and 7408 deletions

6
demo/shims-vue.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
/* eslint-disable */
declare module '*.vue' {
import type { DefineComponent } from 'vue'
const component: DefineComponent<{}, {}, any>
export default component
}