update:更新刷新效果,增加进入模式按钮

This commit is contained in:
2021-10-16 11:08:13 +08:00
parent 31acca95b5
commit 536661b800
10 changed files with 85 additions and 31 deletions

View File

@@ -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);