add node view playground

This commit is contained in:
Philipp Kühn
2020-11-18 22:50:07 +01:00
parent 8146dd0842
commit b8886fa408
8 changed files with 138 additions and 3 deletions

View File

@@ -120,7 +120,7 @@ export default {
}
})
.filter(item => {
return ['vue', 'jsx', 'scss'].includes(item.extension)
return ['vue', 'ts', 'jsx', 'scss'].includes(item.extension)
})
.sortBy(item => item.path.split('/').length && !item.path.endsWith('index.vue'))
.toArray()