bfg-common 1.4.557 → 1.4.558

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.
@@ -182,7 +182,7 @@
182
182
  <Teleport to="body">
183
183
  <!-- v-if="props.isShowFileModal"-->
184
184
  <common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
185
- show
185
+ :show="props.isShowFileModal"
186
186
  :nodes="props.nodes"
187
187
  :files="props.files"
188
188
  :files-loading="props.filesLoading"
@@ -134,7 +134,7 @@
134
134
  <Teleport to="body">
135
135
  <!-- v-if="props.isShowFileModal"-->
136
136
  <common-vm-actions-common-customize-hardware-virtual-hardware-browse-view
137
- show
137
+ :show="props.isShowFileModal"
138
138
  :nodes="props.nodes"
139
139
  :files="props.files"
140
140
  :files-loading="props.filesLoading"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "bfg-common",
3
3
  "private": false,
4
- "version": "1.4.557",
4
+ "version": "1.4.558",
5
5
  "scripts": {
6
6
  "build": "nuxt build",
7
7
  "dev": "nuxt dev --port=3002",