芝麻web文件管理V1.00
编辑当前文件:/home/qrafawbu/kwesioben.com/paymoney/vendor/livewire/livewire/js/action/method.js
import Action from '.' export default class extends Action { constructor(method, params, el, skipWatcher = false) { super(el, skipWatcher) this.type = 'callMethod' this.method = method this.payload = { id: this.signature, method, params, } } }