Deploying to gh-pages from @ arashsheyda/nuxt-mongoose@6c057d4cd7 🚀

This commit is contained in:
arashsheyda
2023-06-05 18:36:49 +00:00
parent ed30a7d0bb
commit ebcb9f3433
249 changed files with 330 additions and 17696 deletions

1
_nuxt/Alert.3b0d3a53.js Normal file
View File

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