Skip to content

Commit

Permalink
Merge branch 'prod'
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 20, 2023
2 parents 4206f92 + a8ab859 commit ae27838
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/menu/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"name": "Nuxt",
"to": "/nuxt",
"badge": "NEW"
},
{
"name": "Playground",
"to": "/playground",
"badge": "NEW"
}
]
},
Expand Down
20 changes: 20 additions & 0 deletions pages/playground/index.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<template>
<div>
<Head>
<Title>Playground - PrimeVue</Title>
<Meta name="description" content="PrimeVue playground." />
</Head>

<div class="doc">
<div class="doc-main">
<div class="doc-intro">
<h1>Playground</h1>
<p>Experience PrimeVue right now with the interative environment.</p>
</div>
<section class="py-4">
<iframe class="w-full h-full" style="border: 1px solid rgba(0, 0, 0, 0.1); border-radius: 2px; min-height: 800px" allowfullscreen src="https://stackblitz.com/edit/vitejs-vite-bpqpcf?file=src%2FApp.vue&embed=1"></iframe>
</section>
</div>
</div>
</div>
</template>

0 comments on commit ae27838

Please sign in to comment.