This commit is contained in:
xiaojibeier
2026-07-06 03:36:46 +08:00
parent 300b15aa9f
commit f3726f0810
506 changed files with 221985 additions and 1 deletions
+7
View File
@@ -0,0 +1,7 @@
import VabCard from './index.vue'
VabCard.install = function(app) {
app.component(VabCard.name, VabCard)
}
export default VabCard