Skip to content

Commit 89f0586

Browse files
committed
refactor: remove unused comments
1 parent 4f183aa commit 89f0586

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/store.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,6 @@ function resetStoreState (store, state, hot) {
273273
})
274274
})
275275

276-
// TODO: Refactor the code and remove this comment.
277-
//
278-
// New impl with reactive. Defining redundunt keys to make it as close as
279-
// the old impl api.
280276
store._state = reactive({
281277
data: state
282278
})
@@ -294,8 +290,6 @@ function resetStoreState (store, state, hot) {
294290
oldState.data = null
295291
})
296292
}
297-
// TODO: I think we don't need this anymore since we're not using vm?
298-
// Vue.nextTick(() => oldVm.$destroy())
299293
}
300294
}
301295

0 commit comments

Comments
 (0)