1
0
4
1567
首先要知道,prototype是函数独有的,看下图: 普通对象表示我没有prototype这个属性;而函数也是属于对象,...
vuex 1.安装 npm i vuex --save 2.Vue实例中引入 3.在store中的index.js中的state中定义数据 4....
vue-route 1.vue-router安装下载 npm install vue-router --save 2.Vue实例中引入 3.配置...