This commit is contained in:
xiaojunnuo
2025-04-10 13:30:56 +08:00
parent 1150f62927
commit be1b6f8edc
4 changed files with 9 additions and 11 deletions
@@ -222,5 +222,5 @@ export default {
"AResult",
defineAsyncComponent(() => import("ant-design-vue/es/result"))
);
}
},
};
@@ -2,5 +2,5 @@ import antdv from "ant-design-vue";
export default {
install(app: any) {
app.use(antdv);
}
},
};