File tree Expand file tree Collapse file tree 3 files changed +875
-1095
lines changed Expand file tree Collapse file tree 3 files changed +875
-1095
lines changed Original file line number Diff line number Diff line change 66[ ![ Coverage Status] ( https://coveralls.io/repos/github/maoberlehner/vuex-map-fields/badge.svg?branch=master )] ( https://coveralls.io/github/maoberlehner/vuex-map-fields?branch=master )
77[ ![ GitHub stars] ( https://img.shields.io/github/stars/maoberlehner/vuex-map-fields.svg?style=social&label=Star )] ( https://github.com/maoberlehner/vuex-map-fields )
88
9- Enable two-way data binding for form fields saved in a Vuex store.
9+ > Enable two-way data binding for form fields saved in a Vuex store.
10+
11+ [ ![ ko-fi] ( https://www.ko-fi.com/img/githubbutton_sm.svg )] ( https://ko-fi.com/O4O7U55Y )
1012
1113## Install
1214
@@ -397,7 +399,7 @@ import { mapFields } from 'vuex-map-fields';
397399export default {
398400 computed: {
399401 // `fooModule` is the name of the Vuex module.
400- ... mapFields (` fooModule` , [' foo' ]),
402+ ... mapFields (' fooModule' , [' foo' ]),
401403 },
402404};
403405 </script >
Original file line number Diff line number Diff line change 11{
22 "name" : " vuex-map-fields" ,
3- "version" : " 1.3.2 " ,
3+ "version" : " 1.3.3 " ,
44 "description" : " Enable two-way data binding for form fields saved in a Vuex store" ,
55 "keywords" : [
66 " vue" ,
2929 },
3030 "devDependencies" : {
3131 "@avalanche/eslint-config" : " ^3.0.0" ,
32- "@babel/core" : " ^7.2.2 " ,
33- "@babel/preset-env" : " ^7.3.1 " ,
32+ "@babel/core" : " ^7.3.4 " ,
33+ "@babel/preset-env" : " ^7.3.4 " ,
3434 "@vue/test-utils" : " 1.0.0-beta.29" ,
3535 "babel-core" : " ^7.0.0-bridge.0" ,
36- "babel-jest" : " ^24.0 .0" ,
37- "coveralls" : " ^3.0.2 " ,
38- "eslint" : " ^5.13.0 " ,
39- "eslint-plugin-compat" : " ^2.6.3 " ,
36+ "babel-jest" : " ^24.4 .0" ,
37+ "coveralls" : " ^3.0.3 " ,
38+ "eslint" : " ^5.15.1 " ,
39+ "eslint-plugin-compat" : " ^2.7.0 " ,
4040 "eslint-plugin-import" : " ^2.16.0" ,
4141 "eslint-plugin-markdown" : " ^1.0.0" ,
42- "jest" : " ^24.0 .0" ,
43- "rollup" : " ^1.1.2 " ,
42+ "jest" : " ^24.4 .0" ,
43+ "rollup" : " ^1.6.0 " ,
4444 "rollup-plugin-babel" : " ^4.3.2" ,
4545 "uglify-es" : " ^3.3.9" ,
46- "vue" : " ^2.6.2 " ,
47- "vue-template-compiler" : " ^2.6.2 " ,
46+ "vue" : " ^2.6.8 " ,
47+ "vue-template-compiler" : " ^2.6.8 " ,
4848 "vuex" : " ^3.1.0"
4949 },
5050 "main" : " dist/index.js" ,
You can’t perform that action at this time.
0 commit comments