随笔分类 - Vue
摘要:全局前置守卫router.beforeEach 全局解析守卫:router.beforeResolve 全局后置钩子router.afterEach 路由独享守卫beforeEnter 组件内的守卫 js beforeRouteEnter (to, from, next) { // 在渲染该组件的对
阅读全文
摘要:安装 npm i @vue/cli g (npm i vue g 和 npm i vue cli g) (npm i @vue/cli service global g) 查看vue版本: vue V 同时想要vue2和vue3:npm install g @vue/cli init 更新vue版本
阅读全文
摘要:路由跳转,无参数 路由跳转,并携带参数 javascript Book this.$router.push({ name: "hotNews", query: { time: _this.timeType, } }); this.$router.push( ) javascript this.$ro
阅读全文

浙公网安备 33010602011771号