mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-05-01 05:46:41 +07:00
fix button gaps
This commit is contained in:
parent
c12fece855
commit
e3b4da7000
230 changed files with 303 additions and 215 deletions
1
docs/nuxt/ProseImg.092ce6d9.js
Normal file
1
docs/nuxt/ProseImg.092ce6d9.js
Normal file
|
@ -0,0 +1 @@
|
|||
import{a as e,o as i,e as a}from"./entry.a1162545.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};
|
Loading…
Add table
Add a link
Reference in a new issue