When calling Vue.use(ViewUI, opts), you can provide an opts object to configure global behaviors. These options are accessible via this.$IVIEW in your components.
Supported top-level options:
locale: The locale object for internationalization.i18n: i18n configuration.size: Global component size (e.g., 'small', 'default').transfer: The target container for transferred components (e.g., 'body').capture: Boolean determining if events are captured.
Specific component configurations are nested within opts and mapped to this.$IVIEW:
select, cell, menu, tree, cascader, colorPicker: Configure arrow, customArrow, and arrowSize.datePicker, timePicker: Configure icon, customIcon, and iconSize.tabs: Configure closeIcon, customCloseIcon, and closeIconSize.modal: Configure maskClosable.