bugs
This commit is contained in:
@@ -18,8 +18,8 @@
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
|
||||
<v-card :title="$l.preview" class="container my-3" v-show="object.asset">
|
||||
<AssetPreview :object="object" ref="assetPreview" autoplay></AssetPreview>
|
||||
<v-card :title="$l.preview" class="container my-3" v-if="object.asset">
|
||||
<AssetPreview :object="object" ref="assetPreview" ></AssetPreview>
|
||||
<v-card-actions>
|
||||
<v-btn @click="captureThumbnail" v-if="forRendering" prepend-icon="mdi-camera" color="secondary">
|
||||
{{ $l.captureThumbnail }}
|
||||
|
||||
Reference in New Issue
Block a user