| Current Path : /var/www/html/eddcfa.sumar.com.py_old/vendor/livewire/livewire/js/action/ |
| Current File : /var/www/html/eddcfa.sumar.com.py_old/vendor/livewire/livewire/js/action/deferred-model.js |
import Action from '.'
export default class extends Action {
constructor(name, value, el, skipWatcher = false) {
super(el, skipWatcher)
this.type = 'syncInput'
this.name = name
this.payload = {
name,
value,
}
}
}