随笔分类 - vue
摘要:console.log(this.$refs.testCom); VueComponent {_uid: 3, _isVue: true, $options: {…}, _renderProxy: Proxy, _self: VueComponent, …} console.log(this.$re
阅读全文
摘要:```js
axios.interceptors.request.use( config => { store.commit('showLoading') error => { store.commit('hideLoading') })
axios.interceptors.response.use( response => { ...
阅读全文
摘要:路由跳转的几种方式 js { path: '/CoursePlay/:cid/:ctype', name: 'CoursePlay/:rid', component: CoursePlay } this.$router.push({ path: }) //${cid}是变量 js { path: '
阅读全文

浙公网安备 33010602011771号