关于vue.js:My-vuex

47次阅读

共计 300 个字符,预计需要花费 1 分钟才能阅读完成。

state 应用办法

Store 仓库

state 应用形式一

state 应用形式二

state 应用形式三
一般调用形式, 模块化须要增加模块


mutations

mutations 同步批改 state 数据

调用 mutations 形式一 commit

调用 mutations 形式二 mapMutation

actions

异步批改 state 数据, 然而 state 数据只能通过 mutations 同步批改. 须要通过嗲用 mutations 中的办法来批改

调用 actions 形式一 dispatch

调用 actions 形式二

modules

模块应用形式

导出模块

引入模块

注册

页面应用 state 数据形式一 ,state 后边 增加模块名

页面应用 state 数据形式二

正文完
 0