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

x-effect.js « directives « src « alpinejs « packages « alpinejs - github.com/gohugoio/hugo-mod-jslibs-dist.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c421417adf1c2493139213bc6861b8c2a620f1e6 (plain)
1
2
3
4
import { directive } from '../directives'
import { evaluateLater } from '../evaluator'

directive('effect', (el, { expression }, { effect }) => effect(evaluateLater(el, expression)))