Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cdn.js « builds « intersect « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 11f63607e239bdfa7a3ad8f66cb024b6502f886c (plain)
1
2
3
4
5
import intersect from '../src/index.js'

document.addEventListener('alpine:init', () => {
    window.Alpine.plugin(intersect)
})