diff --git a/src/de/integration/vue.md b/src/de/integration/vue.md index 8281906..e24c840 100644 --- a/src/de/integration/vue.md +++ b/src/de/integration/vue.md @@ -39,8 +39,6 @@ compilerOptions: { Für den Fall, dass der Add to Calendar Button der einzige Web Component in deinem Projekt ist, kannst du hierbei auch etwas konkreter werden. ```javascript -// vite.config.js oder vite.config.ts - compilerOptions: { isCustomElement: (tag) => tag === 'add-to-calendar-button' } diff --git a/src/integration/vue.md b/src/integration/vue.md index a18252a..7533d0d 100644 --- a/src/integration/vue.md +++ b/src/integration/vue.md @@ -39,8 +39,6 @@ compilerOptions: { In case the Add to Calendar Button is the only Web Component in your project, you could also be a little bit more explicit here. ```javascript -// vite.config.js or vite.config.ts - compilerOptions: { isCustomElement: (tag) => tag === 'add-to-calendar-button' }