Hi, using vuex@2.0.0-rc.1 and 'strict' mode, after adding new store module using `store.module(...)` I got warning: > Uncaught Error: [vuex] Do not mutate vuex store state outside mutation handlers. Code: **http://www.webpackbin.com/VJ91GduIZ** **What should happen** Adding store module should not raise error in strict mode. Regards!