Skip to content

Commit

Permalink
slimer vue
Browse files Browse the repository at this point in the history
  • Loading branch information
jekuer committed Jan 8, 2024
1 parent b41e8a0 commit 79e7385
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/de/integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down
2 changes: 0 additions & 2 deletions src/integration/vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}
Expand Down

0 comments on commit 79e7385

Please sign in to comment.