This commit is contained in:
ailanyin
2023-05-09 15:21:05 +08:00
commit 6f3c27dee5
257 changed files with 19631 additions and 0 deletions

View File

@ -0,0 +1,5 @@
import setupExtend from 'vite-plugin-vue-setup-extend'
export default function createSetupExtend() {
return setupExtend()
}