antd-vue-form-disable

1.0.2 • Public • Published
import { disabled } from "antd-vue-form-disable";

export default {
  data: {
    disabled: true,
  },
  directives: {
    disabled,
  },
};

<a-form v-disabled="disabled"></a-form>;

Dependents (0)

Package Sidebar

Install

npm i antd-vue-form-disable

Weekly Downloads

3

Version

1.0.2

License

ISC

Unpacked Size

1.39 kB

Total Files

3

Last publish

Collaborators

  • wangjinsir