摘要:
Vue UI 组件库:https://element.eleme.cn 移动端常用UI组件库 Vant:https://youzan.github.io/vant Cube UI:https://didi.github.io/cube-ui Mint UI:https://mint-ui.githu 阅读全文
摘要:
histroy模式+hash模式 阅读全文
摘要:
路由守卫简介 作用:用于对路由进行权限控制 分类:全局守卫(前置路由守卫 + 后置路由守卫)、独享守卫、组件内守卫 全局--前置路由守卫 + 后置守卫 示例 1 import Vue from 'vue' 2 import VueRouter from 'vue-router' 3 import H 阅读全文