摘要:
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 引入 阅读全文
摘要:
params与query router文件下index.js里面,是这么定义路由的: { path: '/about', name: 'About', component: About } 一、用query传参可以直接写在path路由地址里,也可写在json对象中 1、写在json对象中 ,name 阅读全文