摘要: vue脚手架 npm install g vue cli usage: vue init example: vue init webpack myvue 安装vuex: npm i S vuex 详情看官网: https://vuex.vuejs.org/zh/guide/ 使用main.js 引入 阅读全文
posted @ 2018-09-20 13:33 飞刀还问情 阅读(201) 评论(0) 推荐(0) 编辑
摘要: params与query router文件下index.js里面,是这么定义路由的: { path: '/about', name: 'About', component: About } 一、用query传参可以直接写在path路由地址里,也可写在json对象中 1、写在json对象中 ,name 阅读全文
posted @ 2018-09-20 11:31 飞刀还问情 阅读(9161) 评论(0) 推荐(0) 编辑