bkui-vue 2.0.1-beta.82 → 2.0.1-beta.83

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.
@@ -293,6 +293,8 @@ function _isSlot(s) {
293
293
  (0,external_vue_namespaceObject.watch)(localActiveItems, function (newVal) {
294
294
  if (newVal !== null && newVal !== void 0 && newVal.length) {
295
295
  isActive.value = newVal.includes(props.name);
296
+ } else {
297
+ isActive.value = false;
296
298
  }
297
299
  }, {
298
300
  immediate: true
package/lib/index.js CHANGED
@@ -4,5 +4,5 @@ export { default } from './preset';
4
4
  export * from './config-provider';
5
5
  export * from './directives';
6
6
  export * as plugins from './plugins';
7
- export const version = "2.0.1-beta.82";
7
+ export const version = "2.0.1-beta.83";
8
8
  window.__bkui_vue_version__ = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.1-beta.82",
3
+ "version": "2.0.1-beta.83",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",