ltinyho

Results 3 issues of ltinyho

I can not use `src` as alias,but when i change `src` to `test` is work. ![image](https://user-images.githubusercontent.com/28479270/45856872-ed587780-bd88-11e8-9957-5ea1ee3df5fa.png) ![image](https://user-images.githubusercontent.com/28479270/45856882-f9dcd000-bd88-11e8-9e1f-8842a62a2be1.png)

**What happened**: 启动 Mesh 模式失败 **What you expected to happen**: 启动成功 **How to reproduce it (as minimally and precisely as possible)**: **Anything else we need to know?**: ``` Error occurred...

I want to use vuex-orm in vuex module,can i unregister vuex-orm when router change? ```js plugins: [(store) => { store.subscribe((mutation, state) => { if (mutation.type === 'route/ROUTE_CHANGED') { if (state.route...

enhancement