2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-06-07 07:12:23 +03:00

Vuepress 1.0 (#844)

* bump vuepress

* extend default-theme, implement codefund

* explicitly install alpha plugins

* update config
This commit is contained in:
Jeff Sagal
2019-04-18 13:17:16 -05:00
committed by GitHub
parent 83e59241fe
commit 39fb62b181
3 changed files with 10 additions and 3 deletions
+5 -2
View File
@@ -3,8 +3,7 @@ const isDeployPreview = process.env.hasOwnProperty('DEPLOY_PREVIEW');
const meta = {
title: 'Vue Select | VueJS Select2/Chosen Component',
description: 'Everything you wish the HTML <select> element could do, wrapped up into a lightweight, extensible Vue component.',
url: 'http://sagalbot.github.io/vue-select/',
icon: '/vue-logo.png',
url: 'https://vue-select.org',
};
let head = [
@@ -75,6 +74,10 @@ module.exports = {
buttonText: 'Refresh',
},
},
'@vuepress/plugin-register-components': {},
'@vuepress/plugin-active-header-links': {},
'@vuepress/plugin-search': {},
'@vuepress/plugin-nprogress': {},
},
themeConfig: {
repo: 'sagalbot/vue-select',