mirror of
https://github.com/certd/certd.git
synced 2026-04-05 07:20:56 +08:00
7 lines
102 B
TypeScript
7 lines
102 B
TypeScript
import antdv from "ant-design-vue";
|
|
export default {
|
|
install(app: any) {
|
|
app.use(antdv);
|
|
}
|
|
};
|