Skip to content

Commit eaa6c6c

Browse files
committed
Emit load
1 parent 2253bd6 commit eaa6c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Dataset/DatasetDisplay.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ watch(
9696
</div>
9797
<a :href="downloadUrl">Download</a>
9898
</div>
99-
<CenterFrame :src="previewUrl" />
99+
<CenterFrame :src="previewUrl" @load="$emit('load')" />
100100
</div>
101101
</div>
102102
</template>

0 commit comments

Comments
 (0)