@drax/media-vue 2.0.2 → 2.0.3

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/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "2.0.2",
6
+ "version": "2.0.3",
7
7
  "type": "module",
8
8
  "main": "./src/index.ts",
9
9
  "module": "./src/index.ts",
@@ -46,5 +46,5 @@
46
46
  "vue-tsc": "^3.2.4",
47
47
  "vuetify": "^3.11.8"
48
48
  },
49
- "gitHead": "4ae64cc2ae14f3cc4d768a97689b2ff597e3401d"
49
+ "gitHead": "f6e5a7d19a50762b6632cb4c13eb2f1fe9aed233"
50
50
  }
@@ -153,12 +153,8 @@ const isImage = computed(() => {
153
153
  @change="onFileChanged"
154
154
  >
155
155
 
156
- {{preview}} {{isImage}}
157
-
158
156
  <v-btn @click="onFileClick" :loading="loading" density="compact" color="grey" variant="text">Click | Drag & Drop</v-btn>
159
157
 
160
-
161
-
162
158
  <template v-if="preview && isImage">
163
159
  <v-img :src="valueModel" alt="Preview" :height="previewHeight" class="mt-4"></v-img>
164
160
  </template>