misc improvements

This commit is contained in:
Yeicor
2024-02-10 13:37:30 +01:00
parent dda1162953
commit f8ee906f45
11 changed files with 113 additions and 44 deletions

6
.vuerc.js Normal file
View File

@@ -0,0 +1,6 @@
// noinspection JSUnusedGlobalSymbols,JSUnresolvedReference
module.exports = {
compilerOptions: {
isCustomElement: tag => tag === 'model-viewer'
}
}