Browse Source

chore: format

Evan You 6 năm trước cách đây
mục cha
commit
e1fd222ec4
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/store.js

+ 2 - 2
src/store.js

@@ -147,8 +147,8 @@ export class Store {
     return result.then(res => {
       try {
         this._actionSubscribers
-        .filter(sub => sub.after)
-        .forEach(sub => sub.after(action, this.state))
+          .filter(sub => sub.after)
+          .forEach(sub => sub.after(action, this.state))
       } catch (e) {
         if (process.env.NODE_ENV !== 'production') {
           console.warn(`[vuex] error in after action subscribers: `)