tab-pane.js 413 B

123456789101112131415161718192021
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. var runtime = require('../../../utils/vue/props/runtime.js');
  4. const tabPaneProps = runtime.buildProps({
  5. label: {
  6. type: String,
  7. default: ""
  8. },
  9. name: {
  10. type: [String, Number]
  11. },
  12. closable: Boolean,
  13. disabled: Boolean,
  14. lazy: Boolean
  15. });
  16. exports.tabPaneProps = tabPaneProps;
  17. //# sourceMappingURL=tab-pane.js.map