mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
d2643e37cf
* docs: add sitemap * Update package.json
21 lines
371 B
JavaScript
21 lines
371 B
JavaScript
module.exports = [
|
|
[
|
|
'@vuepress/pwa',
|
|
{
|
|
serviceWorker: false,
|
|
updatePopup: true,
|
|
},
|
|
],
|
|
'@vuepress/plugin-register-components',
|
|
'@vuepress/plugin-active-header-links',
|
|
'@vuepress/plugin-search',
|
|
'@vuepress/plugin-nprogress',
|
|
[
|
|
'sitemap',
|
|
{
|
|
hostname: 'https://vue-select.org',
|
|
},
|
|
],
|
|
require('../github/index'),
|
|
]
|