摘要: let Vue//myVuex.jsclass Store { constructor(options) { this.vm = new Vue({ data: { state: options.state } }) let getters = options.getter || {} this.g 阅读全文
posted @ 2021-08-18 15:04 阿兰儿 阅读(51) 评论(0) 推荐(0)