Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
232dcf5f14 | ||
|
|
88af6052b3 |
@@ -1,3 +1,5 @@
|
|||||||
|
<!-- https://github.com/nuxt-modules/mdc/blob/main/src/runtime/components/prose/ProseImg.vue -->
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<a :href="refinedSrc" target="_blank">
|
<a :href="refinedSrc" target="_blank">
|
||||||
<component :is="ImageComponent" :class="props.class" :src="refinedSrc" :alt="props.alt" :loading="props.loading"
|
<component :is="ImageComponent" :class="props.class" :src="refinedSrc" :alt="props.alt" :loading="props.loading"
|
||||||
|
|||||||
Reference in New Issue
Block a user