From 451737e0e2e39c317cb213a5e5b5a36e8715b9b9 Mon Sep 17 00:00:00 2001 From: steven5538 Date: Mon, 5 Dec 2016 15:13:16 +0800 Subject: [PATCH] Update README.md typo --- examples/plugins-vendor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/plugins-vendor/README.md b/examples/plugins-vendor/README.md index fdd61c84c4..e2da6dc42d 100644 --- a/examples/plugins-vendor/README.md +++ b/examples/plugins-vendor/README.md @@ -40,7 +40,7 @@ module.exports = { build: { vendor: ['vue-notifications'] }, - plugins: [ '~plugins/vue-notifications') ] + plugins: [ '~plugins/vue-notifications' ] } ```