Skip to content

Commit 7590994

Browse files
committed
remove not need click function in snapshot list
1 parent c1cf8f6 commit 7590994

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vue/src/components/SnapshotList.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
<v-list-item-action style="margin:0 0 4px 0; align-self: flex-end;">
3030
<v-btn icon
3131
v-if="snapshot.screenshot"
32-
v-on:click.stop="doThis"
3332
:href="djangobaseurl + '/media/' + snapshot.screenshot + '?download'"
3433
target="_blank">
3534
<v-icon color="grey lighten-1" >mdi-download</v-icon>

0 commit comments

Comments
 (0)