bkui-vue 2.0.1-beta.77 → 2.0.1-beta.78

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
@@ -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.77";
7
+ export const version = "2.0.1-beta.78";
8
8
  window.__bkui_vue_version__ = version;
@@ -690,6 +690,7 @@ var genDefaultState = function genDefaultState() {
690
690
  isShow.value = false;
691
691
  },
692
692
  update: function update(payload) {
693
+ isLoading.value = false;
693
694
  Object.assign(state, payload);
694
695
  // 配置项变更 infoType 变更为 type
695
696
  if (payload.infoType) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bkui-vue",
3
- "version": "2.0.1-beta.77",
3
+ "version": "2.0.1-beta.78",
4
4
  "workspaces": [
5
5
  "packages/**",
6
6
  "scripts/cli",