cloud-web-corejs 1.0.54-dev.546 → 1.0.54-dev.547

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.
@@ -59,7 +59,7 @@ import Canvg from 'canvg';
59
59
  // 默认自定义拖拽列表
60
60
  import defaultTypeProvider from "./etypes/default-etyps-provider";
61
61
 
62
- window.$ = window.jQuery = $;
62
+ if(!window.$)window.$ = window.jQuery = $;
63
63
  window.autoConnect = false;
64
64
  window.io = io;
65
65
 
@@ -26,10 +26,10 @@
26
26
  </el-dropdown-menu>
27
27
  </el-dropdown>
28
28
  <base-input-export
29
+ v-else
29
30
  :option="exportOption"
30
31
  :parent-target="getFormRef()"
31
32
  :disabled="field.options.disabled"
32
- v-else
33
33
  />
34
34
  </static-content-wrapper>
35
35
  </template>