UNPKG

simple-frame-unit

Version:

基于vue2 研发的与simple-data后端配合使用的组件

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) } } }