Skip to content

Commit

Permalink
New: Add Complete Suite as JS file
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto committed Dec 24, 2023
1 parent cdf7f04 commit 70f9c91
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Resources/Private/Assets/Complete.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import Consent from './Plugins/Consent';
import Media from './Plugins/Media';
import Methods from './Plugins/Methods';
import Popup from './Plugins/Popup';
import Vimeo from './Plugins/Vimeo';
import YouTube from './Plugins/YouTube';

window.addEventListener('alpine:init', () => {
window.Alpine.plugin([Consent, Media, Methods, Popup, Vimeo, YouTube]);
});

0 comments on commit 70f9c91

Please sign in to comment.