Skip to content

Commit 0bb77c5

Browse files
committed
Merge branch 'release/1.3.3'
2 parents da5fc61 + 5e6a826 commit 0bb77c5

File tree

3 files changed

+875
-1095
lines changed

3 files changed

+875
-1095
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
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';
397399
export default {
398400
computed: {
399401
// `fooModule` is the name of the Vuex module.
400-
...mapFields(`fooModule`, ['foo']),
402+
...mapFields('fooModule', ['foo']),
401403
},
402404
};
403405
</script>

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",
@@ -29,22 +29,22 @@
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",

0 commit comments

Comments
 (0)