Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "easy-vuex", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "适用于小型Vue应用的数据管理。可以全局共享部分数据和方法,既不需要像Vuex那样额外写一些mutation,又不需要采用Vue传统的props/events来通讯。", | ||
@@ -5,0 +5,0 @@ "keywords": "vue vuex data-management", |
@@ -18,5 +18,5 @@ module.exports = { | ||
let _init = Vue.prototype._init; | ||
var _init = Vue.prototype._init; | ||
Vue.prototype._init = function () { | ||
let _config = arguments[0]; | ||
var _config = arguments[0]; | ||
@@ -23,0 +23,0 @@ if (!_config.computed) { |