Author: Fedor Katurov <gotham48@gmail.com>
Date:   Wed Nov 16 02:36:43 2022 +0600

    added top gradient
This commit is contained in:
muerwre 2022-11-15 20:39:00 +00:00
parent 75053d0e74
commit e933d51eb4
212 changed files with 253 additions and 252 deletions

View file

@ -0,0 +1 @@
import{a as e,o as i,e as a}from"./entry.054792a9.js";const r=["src","alt","width","height"],c=e({__name:"ProseImg",props:{src:{type:String,default:""},alt:{type:String,default:""},width:{type:[String,Number],default:void 0},height:{type:[String,Number],default:void 0}},setup(t){return(n,h)=>(i(),a("img",{src:t.src,alt:t.alt,width:t.width,height:t.height},null,8,r))}});export{c as default};