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/lib/index.js CHANGED
@@ -3,5 +3,5 @@ export * from './hooks';
3
3
  export { default } from './preset';
4
4
  export * from './config-provider';
5
5
  export * from './directives';
6
- export const version = "2.0.2-beta.69";
6
+ export const version = "2.0.2-beta.70";
7
7
  window.__bkui_vue_version__ = version;
@@ -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'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.2-beta.69",
3
+ "version": "2.0.2-beta.70",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",