UNPKG

fork-reap-design

Version:

A high quality UI components Library with Vue.js

15 lines (14 loc) 258 B
export default { inject: { FormInstance: { default: '', }, }, computed: { itemDisabled() { let state = this.disabled; if (!state && this.FormInstance) state = this.FormInstance.disabled; return state; }, }, };