vuex-bound:Vue状态和突变的Vue双向绑定(v-model)

时间:2021-04-28 14:12:06
【文件属性】:
文件名称:vuex-bound:Vue状态和突变的Vue双向绑定(v-model)
文件大小:63KB
文件格式:ZIP
更新时间:2021-04-28 14:12:06
vue vuex JavaScript 绑定 Vue双向绑定(v-model),用于Vuex状态和突变。 安装及使用 $ npm i vuex-bound -S # or $ pnpm i vuex-bound -S # or $ yarn add vuex-bound // for commonjs const { mapModel , updateModel } = require ( 'vuex-bound' ) ; // for es modules import { mapModel , updateModel } from 'vuex-bound' ; 入门 全球的 /** * Vuex 3 */ import Vue from 'vue' ; import Vuex from 'vuex' ; import createLogger from 'vuex/dist/logger' ; import { up
【文件预览】:
vuex-bound-main
----.gitignore(47B)
----.babelrc(223B)
----.flowconfig(172B)
----.eslintrc(790B)
----package.json(2KB)
----src()
--------index.js(2KB)
----.travis.yml(208B)
----jest.config.js(132B)
----types()
--------index.d.ts(149B)
----rollup.config.js(2KB)
----README.md(5KB)
----test()
--------test.js(7KB)
--------__snapshots__()
----.editorconfig(130B)
----yarn.lock(183KB)

网友评论