UNPKG

@red-code-mp/mp-builder

Version:

* [Structure](#Structure) * [Route](#Route) * [Endpoints](#Endpoints) * [Table](#Table) * [Lang](#Lang) * [Menu](#Menu) * [Toast](#Toast)

18 lines (17 loc) 409 B
export default { methods: { /** * publish model's value via FormBuilder Bus * @param newVal * @param oldVal * @author Amr */ model$Watcher(newVal, oldVal) { try { this.modelNewValue(newVal, oldVal) } catch (e) { } this.publish(newVal, oldVal); }, } }