update:更新页面接口数据
This commit is contained in:
@@ -11,13 +11,16 @@ import Vue from "vue";
|
||||
import App from "./App";
|
||||
import router from "./router";
|
||||
import store from "./store";
|
||||
import { Button, NavBar, Cell, CellGroup } from "vant";
|
||||
import { Button, NavBar, Cell, CellGroup, Notify } from "vant";
|
||||
|
||||
Vue.use(Button)
|
||||
.use(NavBar)
|
||||
.use(Cell)
|
||||
.use(CellGroup)
|
||||
.use(ElementUI);
|
||||
.use(CellGroup);
|
||||
|
||||
Vue.use(ElementUI);
|
||||
|
||||
Vue.use(Notify);
|
||||
|
||||
import { Image as VanImage } from "vant";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user