From c14ad536e1b2db1fe50ea9556ced3df5003556f6 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Sun, 27 Oct 2019 12:59:43 +0100 Subject: [PATCH] Update config.js --- docs/.vuepress/config.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3f44e1b323..867e7c1057 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -83,7 +83,10 @@ module.exports = { }, { text: 'Plugins', - link: '/core-plugins/' + items: [ + { text: 'Core plugins', link: '/core-plugins/' }, + { text: 'Browse plugins', link: 'https://awesomejs.dev/for/vue-cli/' } + ] }, { text: 'Migrating From v3',