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

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

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