-
-
Leftover task from #1257
Currently when displaying learner/exercise detail reports, data from the server is dropped directly into vuex without an intermediary mapping state which explicitly defi…
-
Any chance for an official typescript template?
-
You can write detailed instructions before launching the site or record a video, I think it will come in handy not only to me, but to others!
Thank you very much for your hard work and efforts!
Your…
-
我看没有vuex2.0 中文文档,要我帮忙翻译不?免费的
这是我个人简历: http://www.linkedin.com/in/morganliao/
-
when i use vuex2.0 -- mapActions
the code like this https://vuex.vuejs.org/zh-cn/actions.html
...mapActions([
'increment' // 映射 this.increment() 为 this.$store.dispatch('increment')
…
-
(and how about vue-router 2.x with vue 1.x?)
I am really fond of the new vuex2 and vue-router2, but currently vue2 itself lacks 3rd-party plugin supports. can I just upgrade vuex and vue-router to 2.…
-
I ran into a problem,about VUEX2.0 and phantomjs-window2.1.1
![image](https://cloud.githubusercontent.com/assets/3292807/23328081/838a18b0-fb54-11e6-9e23-f3a8dfecca44.png)
ps: This domain is m…
-
Patterns:
- [ ] `vuex: {` should be replaced by action/mutation/getter/state helpers on methods and computed properties
- [ ] `store.watch('XXX', ...)` -> `store.watch(state => state.XXX, ...)` The 1s…
-
If we inject an object into VueComponent as below:
```
var store = new _vuex2.default.Store({
actions: _extends({}, appActions),
modules: {
app: _app2.default
}
});
new Vue(Vue.util.extend({ e…