update:个人申请数字证书流程

This commit is contained in:
2021-01-19 17:34:18 +08:00
parent 1b4a68e3c2
commit 7861c622d2
8 changed files with 200 additions and 17 deletions

View File

@@ -1,7 +1,8 @@
import { createApp } from "vue";
import App from "./App.vue";
import router from "./router";
import { Form } from "ant-design-vue";
createApp(App)
.use(router)
.use(Form)
.mount("#app");