| Current File : /var/www/hrms.uiet.co.in/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')))))