chore: 🎨 format
This commit is contained in:
parent
2f38f228d6
commit
9d161d9021
|
@ -49,7 +49,10 @@
|
||||||
></iframe>
|
></iframe>
|
||||||
</div>
|
</div>
|
||||||
<div v-else v-size="{ max: [400, 350] }" class="mk-url-preview" @click.stop>
|
<div v-else v-size="{ max: [400, 350] }" class="mk-url-preview" @click.stop>
|
||||||
<transition :name="defaultStore.state.animation ? 'zoom' : ''" mode="out-in">
|
<transition
|
||||||
|
:name="defaultStore.state.animation ? 'zoom' : ''"
|
||||||
|
mode="out-in"
|
||||||
|
>
|
||||||
<component
|
<component
|
||||||
:is="self ? 'MkA' : 'a'"
|
:is="self ? 'MkA' : 'a'"
|
||||||
v-if="!fetching"
|
v-if="!fetching"
|
||||||
|
|
Loading…
Reference in New Issue