yw-ui-vue2 1.1.9 → 1.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/yw-ui-vue2.common.js
CHANGED
|
@@ -94844,6 +94844,7 @@ var CusTransfer_src_component = normalizeComponent(
|
|
|
94844
94844
|
|
|
94845
94845
|
|
|
94846
94846
|
|
|
94847
|
+
|
|
94847
94848
|
|
|
94848
94849
|
|
|
94849
94850
|
const {
|
|
@@ -94870,6 +94871,7 @@ YwCusTransfer.install = function (Vue) {
|
|
|
94870
94871
|
Vue.component(CusTransfer_TextArea.name, CusTransfer_TextArea);
|
|
94871
94872
|
Vue.component(es_input.name, es_input);
|
|
94872
94873
|
Vue.component(es_icon.name, es_icon);
|
|
94874
|
+
Vue.component(BatchSelectIP.name, BatchSelectIP);
|
|
94873
94875
|
Vue.use(es_icon);
|
|
94874
94876
|
Vue.use(es_button);
|
|
94875
94877
|
Vue.use(tooltip);
|