摘要: 08.31自我总结 Vue CLI项目 vue cookie与vue cookies处理cookie vue cookie 一.模块的安装 二.配置main.js 三.使用 概述: :this.$配置时候设置的名称.set('cookies的key',value,时间最小单位为天且一定要为整数) : 阅读全文
posted @ 2019-08-31 23:02 小小咸鱼YwY 阅读(2345) 评论(0) 推荐(0) 编辑
摘要: 08.31自我总结 Vue CLI项目 axios前后端交互 一.模块的安装 二.配置main.js 三.使用 JS created() { // 组件创建成功的钩子函数 // 拿到要访问课程详情的课程id let id = this.$route.params.pk || this.$route. 阅读全文
posted @ 2019-08-31 21:45 小小咸鱼YwY 阅读(2883) 评论(1) 推荐(0) 编辑
摘要: Vue CLI项目中路由传参 一.标签传参方式:\\ 第一种 router.js 传递层 接收层 演变体 第二种 router.js 传递层 接收层 第三种 router.js 传递层 接收层 二.逻辑传参:this.$router 第一种 python """ 路由: path: '/course 阅读全文
posted @ 2019-08-31 21:30 小小咸鱼YwY 阅读(1075) 评论(0) 推荐(1) 编辑