diff --git a/vite.config.js b/vite.config.js index ef55083..c64cc18 100644 --- a/vite.config.js +++ b/vite.config.js @@ -10,11 +10,11 @@ export default defineConfig({ nodePolyfills({ include: ['buffer', 'events'], }), - vue({ - template: { + vue({ + template: { compilerOptions: { isCustomElement: (tag) => ['shacl-form'].includes(tag), - + } }}), ],