RubyGems
npm
Organizations
Log in
Sign up
npm
quasar-ui-danx
Versions diffs
0.3.23 → 0.3.24
Page 5
quasar-ui-danx 0.3.23 → 0.3.24
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (6)
hide
show
package/dist/danx.es.js
+2
-2
package/dist/danx.es.js.map
+1
-1
package/dist/danx.umd.js
+2
-2
package/dist/danx.umd.js.map
+1
-1
package/package.json
+1
-1
package/src/components/Utility/Files/FilePreview.vue
+1
-1
package/package.json
CHANGED
Viewed
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "quasar-ui-danx",
3
-
"version": "0.3.
23
",
3
+
"version": "0.3.
24
",
4
4
"author": "Dan <dan@flytedesk.com>",
5
5
"description": "DanX Vue / Quasar component library",
6
6
"license": "MIT",
package/src/components/Utility/Files/FilePreview.vue
CHANGED
Viewed
@@ -27,7 +27,7 @@
27
27
</div>
28
28
<QImg
29
29
v-if="thumbUrl || isPreviewable"
30
-
fit="
scale-down
"
30
+
fit="
fill
"
31
31
class="non-selectable max-h-full max-w-full h-full"
32
32
:src="(thumbUrl || previewUrl) + '#t=0.1'"
33
33
preload="auto"
« First
‹ Prev
1
2
3
4
5