Deploying to gh-pages from @ arashsheyda/nuxt-mongoose@23ec1989f7 🚀

This commit is contained in:
arashsheyda
2023-06-18 10:02:04 +00:00
parent 298fdb95f1
commit 1723c3b734
125 changed files with 190 additions and 190 deletions

1
_nuxt/Alert.c0cc7db1.js Normal file
View File

@ -0,0 +1 @@
import s from"./ContentSlot.77b558c1.js";import{a,o,i as r,k as _,m as c,j as l,x as p}from"./entry.ed643c4e.js";const i={class:"alert-content"},d=a({__name:"Alert",props:{type:{type:String,default:"info",validator(e){return["info","success","warning","danger","primary"].includes(e)}}},setup(e){return(t,u)=>{const n=s;return o(),r("div",{class:l(["alert",[e.type]])},[_("div",i,[c(n,{use:t.$slots.default,unwrap:"p"},null,8,["use"])])],2)}}});const v=p(d,[["__scopeId","data-v-ffb9cc56"]]);export{v as default};