mirror of
https://github.com/tenrok/vue-select.git
synced 2026-06-16 09:10:33 +03:00
15 lines
292 B
JavaScript
15 lines
292 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',
|
|
require('../github/index'),
|
|
]
|