Skip to content

Commit

Permalink
[qa] update vite config
Browse files Browse the repository at this point in the history
drag and drop are custom elements
  • Loading branch information
NicoPennec committed Jan 15, 2025
1 parent 825b086 commit 8dd0cb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export default defineConfig({
vue({
template: {
compilerOptions: {
isCustomElement: tag => ['model-viewer'].includes(tag)
isCustomElement: tag => ['drag', 'drop', 'model-viewer'].includes(tag)
}
}
})
Expand Down

0 comments on commit 8dd0cb4

Please sign in to comment.