update:更新刷新效果,增加进入模式按钮
This commit is contained in:
@@ -13,12 +13,22 @@ import App from "./App";
|
||||
import router from "./router";
|
||||
import store from "./store";
|
||||
import "@/assets/css/global.css";
|
||||
import { Button, NavBar, Cell, CellGroup, Notify } from "vant";
|
||||
import {
|
||||
Button,
|
||||
NavBar,
|
||||
Cell,
|
||||
CellGroup,
|
||||
Notify,
|
||||
PullRefresh,
|
||||
Toast
|
||||
} from "vant";
|
||||
|
||||
Vue.use(Button)
|
||||
.use(NavBar)
|
||||
.use(Cell)
|
||||
.use(CellGroup);
|
||||
Vue.use(PullRefresh);
|
||||
Vue.use(Toast);
|
||||
|
||||
Vue.use(ElementUI);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user