You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

1 lines
594 B

Object.defineProperty(exports,"__esModule",{value:!0}),exports.default=exports.VxeOption=exports.Option=void 0;var _core=require("@vxe-ui/core"),_option=_interopRequireDefault(require("../select/src/option")),_dynamics=require("../dynamics");function _interopRequireDefault(e){return e&&e.__esModule?e:{default:e}}var VxeOption=exports.VxeOption=Object.assign(_option.default,{install:function(e){e.component(_option.default.name,_option.default)}}),Option=(_dynamics.dynamicApp.use(VxeOption),_core.VxeUI.component(_option.default),exports.Option=VxeOption),_default=exports.default=VxeOption;