We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fdcc7 commit d15d78bCopy full SHA for d15d78b
src/components/viewPost/tp-image.vue
@@ -1,6 +1,11 @@
1
<template>
2
- <div class="tp-image-box" @click="showOverlay = true" v-if="localUrl !== undefined">
3
- <img :src="localUrl" :alt="props.data.insert.image" :title="getImageTitle()" />
+ <div class="tp-image-box" v-if="localUrl !== undefined">
+ <img
4
+ :src="localUrl"
5
+ @click="showOverlay = true"
6
+ :alt="props.data.insert.image"
7
+ :title="getImageTitle()"
8
+ />
9
<div
10
class="act"
11
@click.stop="showOri = true"
0 commit comments