Skip to content

Commit

Permalink
Whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
white-gecko committed Aug 4, 2024
1 parent 280667c commit 5f7812b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ export default defineConfig({
nodePolyfills({
include: ['buffer', 'events'],
}),
vue({
template: {
vue({
template: {
compilerOptions: {
isCustomElement: (tag) => ['shacl-form'].includes(tag),

}
}}),
],
Expand Down

0 comments on commit 5f7812b

Please sign in to comment.