UNPKG

ed-frame-vue

Version:

easydata 基础组件

20 lines (18 loc) 327 B
export default { methods: { /** * @name customizeChangeHandler * @param value * @param control */ customizeChangeHandler(value, control) { this.$emit('customizeChange', this, value, control) }, /** * @name initOk */ initOk() { this.$emit('ok', this) } } }