Skip to content

Commit

Permalink
Merge branch 'release/1.3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
maoberlehner committed Apr 20, 2019
2 parents da5fc61 + 5e6a826 commit 0bb77c5
Show file tree
Hide file tree
Showing 3 changed files with 875 additions and 1,095 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
[![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)
[![GitHub stars](https://img.shields.io/github/stars/maoberlehner/vuex-map-fields.svg?style=social&label=Star)](https://github.com/maoberlehner/vuex-map-fields)

Enable two-way data binding for form fields saved in a Vuex store.
> Enable two-way data binding for form fields saved in a Vuex store.
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/O4O7U55Y)

## Install

Expand Down Expand Up @@ -397,7 +399,7 @@ import { mapFields } from 'vuex-map-fields';
export default {
computed: {
// `fooModule` is the name of the Vuex module.
...mapFields(`fooModule`, ['foo']),
...mapFields('fooModule', ['foo']),
},
};
</script>
Expand Down
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuex-map-fields",
"version": "1.3.2",
"version": "1.3.3",
"description": "Enable two-way data binding for form fields saved in a Vuex store",
"keywords": [
"vue",
Expand Down Expand Up @@ -29,22 +29,22 @@
},
"devDependencies": {
"@avalanche/eslint-config": "^3.0.0",
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.3.1",
"@babel/core": "^7.3.4",
"@babel/preset-env": "^7.3.4",
"@vue/test-utils": "1.0.0-beta.29",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.0.0",
"coveralls": "^3.0.2",
"eslint": "^5.13.0",
"eslint-plugin-compat": "^2.6.3",
"babel-jest": "^24.4.0",
"coveralls": "^3.0.3",
"eslint": "^5.15.1",
"eslint-plugin-compat": "^2.7.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-markdown": "^1.0.0",
"jest": "^24.0.0",
"rollup": "^1.1.2",
"jest": "^24.4.0",
"rollup": "^1.6.0",
"rollup-plugin-babel": "^4.3.2",
"uglify-es": "^3.3.9",
"vue": "^2.6.2",
"vue-template-compiler": "^2.6.2",
"vue": "^2.6.8",
"vue-template-compiler": "^2.6.8",
"vuex": "^3.1.0"
},
"main": "dist/index.js",
Expand Down
Loading

0 comments on commit 0bb77c5

Please sign in to comment.