Skip to content

Commit

Permalink
fix: change preview img css
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Feb 26, 2023
1 parent eb51add commit 6befcb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/content/prose-img.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<script setup lang="ts">
import { withBase } from 'ufo'
import { Image as AImage } from "@arco-design/web-vue";
import "@arco-design/web-vue/es/image/style/css.js"
import "@arco-design/web-vue/es/image/style/index.css"
import "@arco-design/web-vue/es/index.css"
const props = defineProps({
src: {
Expand Down

0 comments on commit 6befcb1

Please sign in to comment.