1
0
Evan You 9 жил өмнө
parent
commit
bc5447ea48
1 өөрчлөгдсөн 0 нэмэгдсэн , 1 устгасан
  1. 0 1
      src/index.js

+ 0 - 1
src/index.js

@@ -28,7 +28,6 @@ class Store {
     // store internal state
     this._options = options
     this._committing = false
-    this._events = Object.create(null)
     this._actions = Object.create(null)
     this._mutations = Object.create(null)
     this._subscribers = []