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

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

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