Deploying to gh-pages from @ arashsheyda/nuxt-mongoose@9e867fc0b3 🚀

This commit is contained in:
arashsheyda
2023-06-18 10:05:36 +00:00
parent 1723c3b734
commit add39975cf
119 changed files with 189 additions and 182 deletions

1
_nuxt/Alert.67812a3c.js Normal file
View File

@ -0,0 +1 @@
import s from"./ContentSlot.725c9014.js";import{a,o,i as r,k as _,m as c,j as l,x as p}from"./entry.4bb11f8f.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};