bkui-vue 2.0.2-beta.69 → 2.0.2-beta.70
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/dist/index.cjs.js +2 -2
- package/dist/index.esm.js +2 -2
- package/dist/index.umd.js +2 -2
- package/lib/index.js +1 -1
- package/lib/select/index.js +1 -0
- package/package.json +1 -1
package/lib/index.js
CHANGED
package/lib/select/index.js
CHANGED
|
@@ -3615,6 +3615,7 @@ const debounce_namespaceObject = debounce_x({ ["default"]: () => __WEBPACK_EXTER
|
|
|
3615
3615
|
value.value = modelValue.value;
|
|
3616
3616
|
});
|
|
3617
3617
|
(0,external_vue_namespaceObject.watch)([selected, collapseTags], function () {
|
|
3618
|
+
tagsRefs.value = [];
|
|
3618
3619
|
calcOverflow();
|
|
3619
3620
|
}, {
|
|
3620
3621
|
flush: 'post'
|