whitespace

This commit is contained in:
Hans Pagel 2021-01-26 00:37:57 +01:00
parent 487c1465d2
commit 211df5a23b

View File

@ -61,7 +61,6 @@ module.exports = function (api) {
* Generate pages for all demo components for testing purposes
*/
globby.sync('./src/demos/**/index.vue').forEach(file => {
const match = file.match(
new RegExp(/\.\/src\/demos\/([\S]+)\/index.vue/i),
)