芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/www/vendor/livewire/livewire/js/action/model.js
import Action from '.' export default class extends Action { constructor(name, value, el) { super(el) this.type = 'syncInput' this.name = name this.payload = { name, value, } } }