增加老年化指引

This commit is contained in:
2021-10-26 10:56:32 +08:00
parent 0e79b61a65
commit bd0b8efd0c
5 changed files with 102 additions and 4 deletions

View File

@@ -20,7 +20,8 @@ import {
CellGroup,
Notify,
PullRefresh,
Toast
Toast,
Overlay
} from "vant";
Vue.use(Button)
@@ -29,6 +30,7 @@ Vue.use(Button)
.use(CellGroup);
Vue.use(PullRefresh);
Vue.use(Toast);
Vue.use(Overlay);
Vue.use(ElementUI);