@nuxt/devtools 0.4.4 → 0.4.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/chunks/module-main.mjs +1 -1
- package/dist/client/200.html +2 -2
- package/dist/client/404.html +2 -2
- package/dist/client/__inspecting/index.html +2 -2
- package/dist/client/_nuxt/Badge.49aad048.js +1 -0
- package/dist/client/_nuxt/CodeSnippets.vue.473c040b.js +1 -0
- package/dist/client/_nuxt/DrawerRight.vue.606d00e1.js +1 -0
- package/dist/client/_nuxt/DurationDisplay.vue.3073b599.js +1 -0
- package/dist/client/_nuxt/FilepathItem.vue.b3314ab3.js +1 -0
- package/dist/client/_nuxt/HelpFab.vue.665e0424.js +1 -0
- package/dist/client/_nuxt/LaunchPage.vue.8bbdc3aa.js +1 -0
- package/dist/client/_nuxt/NCheckbox.vue.efe5a5b6.js +1 -0
- package/dist/client/_nuxt/NCodeBlock.vue.f20ad1f9.js +2 -0
- package/dist/client/_nuxt/NIconButton.vue.43ec44ac.js +1 -0
- package/dist/client/_nuxt/{NIconTitle.vue.321882c6.js → NIconTitle.vue.2336a153.js} +1 -1
- package/dist/client/_nuxt/{NMarkdown.vue.f4e94eed.js → NMarkdown.vue.8693e3ae.js} +1 -1
- package/dist/client/_nuxt/NPanelGrids.0426d51d.js +1 -0
- package/dist/client/_nuxt/NSectionBlock.bd642c42.js +1 -0
- package/dist/client/_nuxt/NSelect.vue.9f52b6f9.js +1 -0
- package/dist/client/_nuxt/NSwitch.vue.60cb8df3.js +1 -0
- package/dist/client/_nuxt/NTextInput.vue.361fd6cd.js +1 -0
- package/dist/client/_nuxt/NpmVersionCheck.vue.9f35f1dc.js +1 -0
- package/dist/client/_nuxt/NuxtLogo.ef2174f9.js +1 -0
- package/dist/client/_nuxt/PanelLeftRight.vue.583d184f.js +1 -0
- package/dist/client/_nuxt/StateEditor.vue.1d137e38.js +1 -0
- package/dist/client/_nuxt/__inspecting.84bde860.js +1 -0
- package/dist/client/_nuxt/{assets.5336bd04.js → assets.076b9c16.js} +3 -3
- package/dist/client/_nuxt/components.02471781.js +1 -0
- package/dist/client/_nuxt/{constants.126da185.js → constants.d7bcda3c.js} +1 -1
- package/dist/client/_nuxt/custom-_name_.5bebb320.js +1 -0
- package/dist/client/_nuxt/default.8e9da065.js +1 -0
- package/dist/client/_nuxt/editor.ff73b8b7.js +1 -0
- package/dist/client/_nuxt/{entry.cefe3147.js → entry.902f663c.js} +107 -107
- package/dist/client/_nuxt/entry.cda5cdff.css +32 -0
- package/dist/client/_nuxt/error-404.4d9e4ae0.js +1 -0
- package/dist/client/_nuxt/error-500.7154a75a.js +1 -0
- package/dist/client/_nuxt/{error-component.b49d59e8.js → error-component.23a1e788.js} +2 -2
- package/dist/client/_nuxt/full.a10d4dcd.js +1 -0
- package/dist/client/_nuxt/{fuse.esm.dae60b17.js → fuse.esm.e5f0aacd.js} +1 -1
- package/dist/client/_nuxt/hooks.80ca9780.js +1 -0
- package/dist/client/_nuxt/imports.1b2f6f12.js +1 -0
- package/dist/client/_nuxt/index.10027c98.js +1 -0
- package/dist/client/_nuxt/{index.840dc95c.js → index.ce8efa93.js} +6 -6
- package/dist/client/_nuxt/{middleware.901ba296.js → middleware.8af00f99.js} +1 -1
- package/dist/client/_nuxt/modules.d83f8f78.js +1 -0
- package/dist/client/_nuxt/none.69d08df4.js +1 -0
- package/dist/client/_nuxt/overview.fc3bd21f.js +1 -0
- package/dist/client/_nuxt/pages.6ecfcd29.js +1 -0
- package/dist/client/_nuxt/payload.42332653.js +1 -0
- package/dist/client/_nuxt/plugins.2d433e66.js +1 -0
- package/dist/client/_nuxt/runtime-configs.1cc6d705.js +1 -0
- package/dist/client/_nuxt/{server-routes.5d9da777.js → server-routes.436b8d89.js} +2 -2
- package/dist/client/_nuxt/settings.661215f6.js +1 -0
- package/dist/client/_nuxt/storage.50e9d190.js +1 -0
- package/dist/client/_nuxt/terminals.80be701c.js +1 -0
- package/dist/client/_nuxt/{unocss-runtime.bf627221.js → unocss-runtime.a5456e46.js} +1 -1
- package/dist/client/_nuxt/virtual-files.82f29e98.js +1 -0
- package/dist/client/index.html +2 -2
- package/dist/client/modules/assets/index.html +2 -2
- package/dist/client/modules/components/index.html +2 -2
- package/dist/client/modules/hooks/index.html +2 -2
- package/dist/client/modules/imports/index.html +2 -2
- package/dist/client/modules/middleware/index.html +2 -2
- package/dist/client/modules/modules/index.html +2 -2
- package/dist/client/modules/overview/index.html +2 -2
- package/dist/client/modules/pages/index.html +2 -2
- package/dist/client/modules/payload/index.html +2 -2
- package/dist/client/modules/plugins/index.html +2 -2
- package/dist/client/modules/runtime-configs/index.html +2 -2
- package/dist/client/modules/server-routes/index.html +2 -2
- package/dist/client/modules/storage/index.html +2 -2
- package/dist/client/modules/terminals/index.html +2 -2
- package/dist/client/modules/virtual-files/index.html +2 -2
- package/dist/client/settings/index.html +2 -2
- package/dist/module.json +1 -1
- package/package.json +7 -4
- package/dist/client/_nuxt/Badge.0c2ba14d.js +0 -1
- package/dist/client/_nuxt/CodeSnippets.vue.246adc67.js +0 -1
- package/dist/client/_nuxt/ContentDoc.16c5984a.js +0 -1
- package/dist/client/_nuxt/ContentList.89c59146.js +0 -1
- package/dist/client/_nuxt/ContentNavigation.8a10a134.js +0 -1
- package/dist/client/_nuxt/ContentQuery.117fabd3.js +0 -1
- package/dist/client/_nuxt/ContentRenderer.914f3a38.js +0 -1
- package/dist/client/_nuxt/ContentRendererMarkdown.fd0df501.js +0 -1
- package/dist/client/_nuxt/ContentSlot.1f87440b.js +0 -1
- package/dist/client/_nuxt/DocumentDrivenEmpty.3cbfc9a3.js +0 -1
- package/dist/client/_nuxt/DocumentDrivenNotFound.744ab959.js +0 -1
- package/dist/client/_nuxt/DrawerRight.vue.0cd41196.js +0 -1
- package/dist/client/_nuxt/DurationDisplay.vue.0d861fe1.js +0 -1
- package/dist/client/_nuxt/FilepathItem.vue.64e00c09.js +0 -1
- package/dist/client/_nuxt/HelpFab.vue.8f58b14e.js +0 -1
- package/dist/client/_nuxt/HelpImportsDirs.d13cb77d.js +0 -1
- package/dist/client/_nuxt/HelpImportsModules.0357ca53.js +0 -1
- package/dist/client/_nuxt/HelpTip.5b4ceadc.js +0 -1
- package/dist/client/_nuxt/HelpTip.vue.ea6b0f55.js +0 -1
- package/dist/client/_nuxt/HelpTipPerformance.6ea06c19.js +0 -1
- package/dist/client/_nuxt/LaunchPage.vue.453bd3ae.js +0 -1
- package/dist/client/_nuxt/Markdown.242967cb.js +0 -1
- package/dist/client/_nuxt/NCheckbox.vue.93b3bec2.js +0 -1
- package/dist/client/_nuxt/NCodeBlock.vue.da19eaf4.js +0 -2
- package/dist/client/_nuxt/NIconButton.vue.b4278b36.js +0 -1
- package/dist/client/_nuxt/NPanelGrids.a0c996c3.js +0 -1
- package/dist/client/_nuxt/NSectionBlock.53fae3a6.js +0 -1
- package/dist/client/_nuxt/NSelect.vue.67595372.js +0 -1
- package/dist/client/_nuxt/NSwitch.vue.8577379b.js +0 -1
- package/dist/client/_nuxt/NTextInput.vue.c65cc1e4.js +0 -1
- package/dist/client/_nuxt/NpmVersionCheck.vue.2810bb88.js +0 -1
- package/dist/client/_nuxt/NuxtLogo.a6b7ebcc.js +0 -1
- package/dist/client/_nuxt/PanelLeftRight.vue.a115e8d3.js +0 -1
- package/dist/client/_nuxt/ProseA.a471b674.js +0 -1
- package/dist/client/_nuxt/ProseBlockquote.aa4b332f.js +0 -1
- package/dist/client/_nuxt/ProseCode.090fc27a.js +0 -1
- package/dist/client/_nuxt/ProseCodeInline.9997b45e.js +0 -1
- package/dist/client/_nuxt/ProseEm.c33573e1.js +0 -1
- package/dist/client/_nuxt/ProseH1.5a84caee.js +0 -1
- package/dist/client/_nuxt/ProseH2.e16731e2.js +0 -1
- package/dist/client/_nuxt/ProseH3.7fd4f252.js +0 -1
- package/dist/client/_nuxt/ProseH4.727675aa.js +0 -1
- package/dist/client/_nuxt/ProseH5.61f1037b.js +0 -1
- package/dist/client/_nuxt/ProseH6.6c1be9fd.js +0 -1
- package/dist/client/_nuxt/ProseHr.f82e71cd.js +0 -1
- package/dist/client/_nuxt/ProseImg.2f67758f.js +0 -1
- package/dist/client/_nuxt/ProseLi.8dff4df1.js +0 -1
- package/dist/client/_nuxt/ProseOl.4b9af098.js +0 -1
- package/dist/client/_nuxt/ProseP.03062ef9.js +0 -1
- package/dist/client/_nuxt/ProseStrong.e20e175b.js +0 -1
- package/dist/client/_nuxt/ProseTable.a819c70b.js +0 -1
- package/dist/client/_nuxt/ProseTbody.e0143690.js +0 -1
- package/dist/client/_nuxt/ProseTd.da17cdf5.js +0 -1
- package/dist/client/_nuxt/ProseTh.f1f2176c.js +0 -1
- package/dist/client/_nuxt/ProseThead.d8777ee6.js +0 -1
- package/dist/client/_nuxt/ProseTr.db9c20a2.js +0 -1
- package/dist/client/_nuxt/ProseUl.613e2640.js +0 -1
- package/dist/client/_nuxt/StateEditor.vue.d274c06c.js +0 -1
- package/dist/client/_nuxt/__inspecting.cb51497e.js +0 -1
- package/dist/client/_nuxt/_commonjsHelpers.87174ba5.js +0 -1
- package/dist/client/_nuxt/client-db.a04e1eda.js +0 -1
- package/dist/client/_nuxt/components.a77abd82.js +0 -1
- package/dist/client/_nuxt/custom-_name_.d515746e.js +0 -1
- package/dist/client/_nuxt/default.9728844a.js +0 -1
- package/dist/client/_nuxt/editor.e9c81b63.js +0 -1
- package/dist/client/_nuxt/entry.c396e258.css +0 -32
- package/dist/client/_nuxt/error-404.8472f8a8.js +0 -1
- package/dist/client/_nuxt/error-500.d5f3c7ae.js +0 -1
- package/dist/client/_nuxt/full.a88c8cad.js +0 -1
- package/dist/client/_nuxt/hooks.6fc67d6d.js +0 -1
- package/dist/client/_nuxt/imports.3b7c1f0c.js +0 -1
- package/dist/client/_nuxt/index.687801a0.js +0 -1
- package/dist/client/_nuxt/index.a6ef77ff.js +0 -1
- package/dist/client/_nuxt/modules.0557ab86.js +0 -1
- package/dist/client/_nuxt/none.48e51402.js +0 -1
- package/dist/client/_nuxt/overview.a8b663e6.js +0 -1
- package/dist/client/_nuxt/pages.0b2af782.js +0 -1
- package/dist/client/_nuxt/payload.043a33c6.js +0 -1
- package/dist/client/_nuxt/plugins.0227817e.js +0 -1
- package/dist/client/_nuxt/preview.485816aa.js +0 -1
- package/dist/client/_nuxt/query.851664d2.js +0 -1
- package/dist/client/_nuxt/runtime-configs.06de9352.js +0 -1
- package/dist/client/_nuxt/settings.d459c303.js +0 -1
- package/dist/client/_nuxt/storage.8085fbb3.js +0 -1
- package/dist/client/_nuxt/terminals.163374b6.js +0 -1
- package/dist/client/_nuxt/utils.e5367885.js +0 -1
- package/dist/client/_nuxt/virtual-files.2262e9f9.js +0 -1
- package/dist/client/api/_content/cache.1682819066298.json +0 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as z}from"./NSwitch.vue.60cb8df3.js";import{F as H,_ as j}from"./fuse.esm.e5f0aacd.js";import{_ as T}from"./FilepathItem.vue.b3314ab3.js";import{_ as P}from"./NMarkdown.vue.8693e3ae.js";import{a as S,m as v,M as K,o as e,c as h,w as f,f as r,y as b,i as _,u as t,l as M,h as l,F as w,t as D,D as C,A as O,k as R,ae as N,W as F,af as L,v as W,C as V,V as Y,K as B}from"./entry.902f663c.js";import{a as q,u as G}from"./editor.ff73b8b7.js";import{C as U,D as E}from"./constants.d7bcda3c.js";import{_ as J}from"./NSectionBlock.bd642c42.js";import{_ as Q}from"./HelpFab.vue.665e0424.js";import"./NTextInput.vue.361fd6cd.js";import"./NIconTitle.vue.2336a153.js";import"./NIconButton.vue.43ec44ac.js";const Z={"hover:text-primary":""},tt={key:0,"text-primary":""},et={"max-w-100":""},ot={px4:"",py3:"","text-sm":""},nt={flex:"~ gap2",n:"primary xs"},st={border:"t base","max-h-60":"","of-auto":"",px4:"",py3:""},at={"text-sm":""},rt=r("span",{op50:""},"It has been referenced ",-1),it={"text-primary":""},lt=r("span",{op50:""}," times by:",-1),mt={flex:"~ col gap-2","items-start":"",pt3:"","text-sm":""},ut={key:1,"text-sm":"",op50:""},ct=S({__name:"ComposableItem",props:{item:null,metadata:null,filepath:null},setup(u){const n=u,d=q(),i=G(),c=v(()=>n.item.as||n.item.name),o=v(()=>n.metadata?.injectionUsage?.[c.value]?.count||0),y=v(()=>n.metadata?.injectionUsage?.[c.value]?.moduleIds||[]),I=v(()=>{if(n.item.meta?.docsUrl)return n.item.meta.docsUrl;if(["nuxt","#app","nuxt3"].includes(n.item.from))return U.nuxt[n.item.name];if(n.item.from==="vue")return U.vue[n.item.name]});return(m,s)=>{const p=P,x=R,$=T,g=K("VDropdown");return e(),h(g,{disabled:!n.metadata},{popper:f(()=>[r("div",et,[r("div",ot,[u.item.meta?.description?(e(),h(p,{key:0,tag:"div",pb3:"","text-sm":"",markdown:u.item.meta.description},null,8,["markdown"])):b("",!0),r("div",nt,[_(x,{icon:"carbon-copy",onClick:s[0]||(s[0]=a=>t(d)(t(c)))},{default:f(()=>[M(" Copy ")]),_:1}),u.filepath?(e(),h(x,{key:0,icon:"carbon-code",onClick:s[1]||(s[1]=a=>u.filepath&&t(i)(u.filepath))},{default:f(()=>[M(" Source ")]),_:1})):b("",!0),t(I)?(e(),h(x,{key:1,icon:"carbon-catalog",to:t(I),target:"_blank"},{default:f(()=>[M(" Docs ")]),_:1},8,["to"])):b("",!0)])]),r("div",st,[t(o)?(e(),l(w,{key:0},[r("div",at,[rt,r("strong",it,D(t(o)),1),lt]),r("div",mt,[(e(!0),l(w,null,C(t(y),a=>(e(),h($,{key:a,filepath:a},null,8,["filepath"]))),128))])],64)):(e(),l("div",ut," Not in use via auto import. "))])])]),default:f(()=>[r("button",Z,[r("code",{rounded:"","bg-gray:5":"",px2:"",py1:"","font-mono":"","text-sm":"",class:O(u.metadata&&!t(o)?"op30 hover:op100":"")},[M(D(t(c))+" ",1),t(o)?(e(),l("sup",tt,"x"+D(t(o)),1)):b("",!0)],2)])]),_:1},8,["disabled"])}}}),pt={flex:"~ wrap gap2",p2:"",pl4:""},dt=S({__name:"ComposableTree",props:{map:null,root:null,metadata:null},setup(u){return(n,d)=>{const i=T,c=ct;return e(),l("div",null,[(e(!0),l(w,null,C(u.map.entries(),([o,y])=>(e(),l("div",{key:o},[_(i,{filepath:o,op50:"","hover:underline":""},null,8,["filepath"]),r("div",pt,[(e(!0),l(w,null,C(y,I=>(e(),h(c,{key:I.as,item:I,metadata:u.metadata,filepath:o.match(/^[\w@]/)?void 0:o},null,8,["item","metadata","filepath"]))),128))])]))),128))])}}}),_t={key:0,flex:"~ col gap-2 items-start"},ft=S({__name:"HelpImportsDirs",setup(u){const n=N();return(d,i)=>{const c=T;return t(n)?.dirs?(e(),l("div",_t,[(e(!0),l(w,null,C(t(n).dirs,o=>(e(),h(c,{key:o,filepath:o,"text-primary":""},null,8,["filepath"]))),128))])):b("",!0)}}}),ht={flex:"~ gap-2 wrap",mb6:""},bt=S({__name:"HelpImportsModules",setup(u){const n=N(),d=v(()=>[...new Set(n.value?.imports.map(i=>F(i.from)).filter(i=>!!i&&!L(i)))]);return(i,c)=>(e(),l("div",ht,[(e(!0),l(w,null,C(t(d),o=>(e(),l("code",{key:o,rounded:"","bg-primary:5":"",p:"x2 y0.5","text-primary":""},D(o),1))),128))]))}}),vt={class:"markdown-body"},yt=r("h1",null,"Auto imports",-1),xt=r("p",null,"Nuxt auto-imports helper functions, composables and Vue APIs to use across your application without explicitly importing them. Based on the directory structure, every Nuxt application can also use auto-imports for its own components, composables and plugins. Components, composables or plugins can use these functions.",-1),gt=r("hr",null,null,-1),It=r("p",null,"According to your config, exports of files under the following folders will be registed as auto-imports entry:",-1),$t=r("p",null,"Meanwhile, modules could also provide auto-imports for their own components. You have auto-imports from the following modules as well:",-1),kt=r("hr",null,null,-1),wt=r("p",null,[r("a",{href:"https://nuxt.com/docs/guide/concepts/auto-imports",target:"_blank",rel:"noopener"},"Learn more on the documentation")],-1),Mt={__name:"imports",setup(u,{expose:n}){return n({frontmatter:{}}),(i,c)=>{const o=ft,y=bt;return e(),l("div",vt,[yt,xt,gt,It,_(o),$t,_(y),kt,wt])}}},Ct={key:0,relative:"","h-full":"","of-auto":""},St={key:0},Ht=S({__name:"imports",setup(u){const n=W(),d=V(!1),i=V(""),c=N(),o=v(()=>c.value?.metadata),y=v(()=>c.value?.imports.filter(s=>s.as||s.name).sort((s,p)=>(s.as||s.name).localeCompare(p.as||p.name))||[]),I=v(()=>new H(y.value,{keys:["from","as","name"]})),m=v(()=>{const s=new Map,p=new Map,x=new Map;let $=i.value?I.value.search(i.value).map(a=>a.item):y.value;d.value&&o.value&&($=$.filter(a=>(a.as||a.name)in o.value.injectionUsage));const g={user:0,lib:0,builtin:0};return $.forEach(a=>{const k=Y(a.from)?L(F(a.from))?x:p:s;k.has(a.from)||k.set(a.from,[]),k.get(a.from).push(a),g[k===s?"user":k===p?"lib":"builtin"]++}),{user:s,lib:p,builtin:x,count:g}});return(s,p)=>{const x=z,$=j,g=dt,a=J,k=Mt,X=Q;return e(),l(w,null,[t(n)?(e(),l("div",Ct,[_($,{search:t(i),"onUpdate:search":p[1]||(p[1]=A=>B(i)?i.value=A:null),pb2:""},{default:f(()=>[t(o)?(e(),l("div",St,[_(x,{modelValue:t(d),"onUpdate:modelValue":p[0]||(p[0]=A=>B(d)?d.value=A:null),n:"primary sm"},{default:f(()=>[M(" Show used only ")]),_:1},8,["modelValue"])])):b("",!0)]),_:1},8,["search"]),t(m).user.size?(e(),h(a,{key:0,open:t(m).count.user<=("DETAILS_MAX_ITEMS"in s?s.DETAILS_MAX_ITEMS:t(E)),icon:"carbon-function",text:"User composables",description:`${t(m).count.user} composables from ${t(m).user.size} modules`},{default:f(()=>[_(g,{map:t(m).user,root:t(n).rootDir,metadata:t(o)},null,8,["map","root","metadata"])]),_:1},8,["open","description"])):b("",!0),t(m).builtin.size?(e(),h(a,{key:1,open:t(m).count.builtin<=("DETAILS_MAX_ITEMS"in s?s.DETAILS_MAX_ITEMS:t(E)),icon:"simple-icons-nuxtdotjs",text:"Built-in composables",description:`${t(m).count.builtin} composables`},{default:f(()=>[_(g,{map:t(m).builtin,root:t(n).rootDir,metadata:t(o)},null,8,["map","root","metadata"])]),_:1},8,["open","description"])):b("",!0),t(m).lib.size?(e(),h(a,{key:2,open:t(m).count.lib<=("DETAILS_MAX_ITEMS"in s?s.DETAILS_MAX_ITEMS:t(E)),icon:"carbon-3d-mpr-toggle",text:"Composables from libraries",description:`${t(m).count.lib} composables from ${t(m).lib.size} packages`},{default:f(()=>[_(g,{map:t(m).lib,root:t(n).rootDir,metadata:t(o)},null,8,["map","root","metadata"])]),_:1},8,["open","description"])):b("",!0)])):b("",!0),_(X,null,{default:f(()=>[_(k)]),_:1})],64)}}});export{Ht as default};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
import{_ as r}from"./NuxtLogo.ef2174f9.js";import{_ as c}from"./Badge.49aad048.js";import{a as _,o as l,h as u,f as e,i as o,w as p,j as d,k as m,l as t}from"./entry.902f663c.js";const x={flex:"~ col gap4",mxa:"","h-screen":"","w-160":"","items-center":"","justify-center":"","text-center":""},f={flex:"~","items-center":"","justify-center":""},h=e("p",{my2:"","text-xl":"","font-bold":""}," 👋 Welcome trying the preview of Nuxt DevTools! ",-1),v=e("p",{"text-lg":""},[e("b",{"font-bold":""},"Nuxt DevTools"),t(" is a set of visual tools that help you to know your app/site better, and enhance your development experience with Nuxt. ")],-1),g=e("p",{"text-lg":""},[t(" Be aware that "),e("span",{rounded:"","bg-orange:10":"",px2:"","py0.5":"","font-bold":"","text-orange":""},"Nuxt DevTools is still in early preview"),t(", features might be incomplete and unstable. "),e("a",{href:"https://github.com/nuxt/devtools",target:"_blank","text-primary":"","hover-underline":""},"Create an issue or discussion"),t(" if you find any bugs or have any suggestions. Thank you and have fun! ")],-1),y=e("span",null,"Get Started",-1),T=_({__name:"index",setup(b){function n(){d.value=!1}return(w,N)=>{const s=r,a=c,i=m;return l(),u("div",x,[e("div",f,[o(s,{"h-16":""}),o(a,{"mr--15":"","mt--5":"","bg-green-400:10":"","text-green-400":"",title:"preview",textContent:"preview"})]),h,v,g,o(i,{to:"/modules/overview","mt-4":"",n:"xl primary",onClick:n},{default:p(()=>[y]),_:1})])}}});export{T as default};
|