Update README.md

typo
This commit is contained in:
steven5538 2016-12-05 15:13:16 +08:00 committed by GitHub
parent 8801327db2
commit 451737e0e2

View File

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