摘要: vuex import Vue from 'vue'; import Vuex from "vuex"; Vue.use(Vuex); const store = new Vuex.Store({ state:{ count:2, sum:100, orderList: { orderno: '11 阅读全文
posted @ 2019-03-18 01:00 空人空心 阅读(239) 评论(0) 推荐(0) 编辑