2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
vue-select/docs/.vuepress/config/plugins.js
T
Jeff Sagal d2643e37cf docs: add sitemap (#1828)
* docs: add sitemap

* Update package.json
2024-04-03 09:41:20 -07:00

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'),
]