vue-devui 1.6.4-markdown.1 → 1.6.4-select.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/package.json +1 -1
- package/pagination/index.es.js +3 -0
- package/pagination/index.umd.js +1 -1
- package/select/index.es.js +3 -0
- package/select/index.umd.js +8 -8
- package/time-select/index.es.js +3 -0
- package/time-select/index.umd.js +6 -6
- package/vue-devui.es.js +4 -1
- package/vue-devui.umd.js +2 -2
package/time-select/index.es.js
CHANGED
|
@@ -8303,6 +8303,9 @@ function useSelect(props, selectRef, ctx, focus, blur, isSelectFocus, t) {
|
|
|
8303
8303
|
(_a = dropdownRef.value) == null ? void 0 : _a.updatePosition();
|
|
8304
8304
|
}
|
|
8305
8305
|
}, { flush: "post" });
|
|
8306
|
+
onMounted(() => {
|
|
8307
|
+
nextTick(updateInjectOptionsStatus);
|
|
8308
|
+
});
|
|
8306
8309
|
return {
|
|
8307
8310
|
selectDisabled,
|
|
8308
8311
|
selectSize,
|