JFormContainer - xinwu-yang/cube-vue GitHub Wiki

JFormContainer 表单容器组件

表单容器组件,暂用于表单禁用。

代码演示

<template>
	<!-- 在form下直接写这个组件,设置disabled为true就能将此form中的控件禁用 -->
  <a-form>
    <j-form-container :disabled="true">
      <!-- 表单内容省略..... -->
    </j-form-container>
  </a-form>
</template>
<script>
	export default {
  }
</script>

api

props

属性 说明 类型 必填 默认值
disabled 是否禁用 boolean false
⚠️ **GitHub.com Fallback** ⚠️