npm i iview
//inject in main.ts
import iView from "iview";
import "iview/dist/styles/iview.css";
Vue.use(iView);
//use in component
import { Card, Row } from "iview";
components: {
Card,
Row
},
npm install
npm run serve
npm run build
npm run test
npm run test:e2e
npm run test:unit
npm run lint
the document is here: https://api.imjad.cn/qqfm.md
1. router-link <=> <a>
2. js时间中 this.$router.push()
3. 回退,前进 this.$router.go(-1) this.$router.go(1)
https://www.jianshu.com/p/5a84f32beef5 文字的方法并没有效果,所以用div+ class替换Col标签