Merge pull request #39 from steven5538/patch-1

Update README.md
This commit is contained in:
Sébastien Chopin 2016-12-05 08:21:56 +01:00 committed by GitHub
commit bf242f924a
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ module.exports = {
build: {
vendor: ['vue-notifications']
},
plugins: [ '~plugins/vue-notifications') ]
plugins: [ '~plugins/vue-notifications' ]
}
```