vuex实现及简略解析(小结)(4)

<template> <div> 这里是store的state------->{{this.$store.state.count}} <br/> 这里是store的getter------->{{this.$store.getters.newCount}} <br/> 这里是store的state.a------->{{this.$store.state.a.count}} <br/> <button @click="change">点击触发dispach--> actions</button> <button @click="change1">点击触发commit---> mutations</button> </div> </template>

最后查看结果。

vuex实现及简略解析(小结)

源码地址:https://github.com/naihe138/write-vuex

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:http://www.heiqu.com/bbaa321d0423eb4ae26a0b8c107760a4.html