%PDF- %PDF-
| Direktori : /proc/self/root/www/loslex/demo/node_modules/alpinejs/src/directives/ |
| Current File : //proc/self/root/www/loslex/demo/node_modules/alpinejs/src/directives/x-cloak.js |
import { directive, prefix } from '../directives'
import { mutateDom } from '../mutation'
directive('cloak', el => queueMicrotask(() => mutateDom(() => el.removeAttribute(prefix('cloak')))))