Skip to content

Commit

Permalink
docs(update): Update Versions
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Jan 14, 2024
1 parent d2e8558 commit 67be430
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nuxt3-primevue-starter",
"version": "1.8.2",
"version": "1.8.3",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand Down
10 changes: 5 additions & 5 deletions pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Starter for Vue.js Development with Nuxt 3.
</h2>
<div class="grid grid-cols-2 lg:grid-cols-3 gap-2">
<AdvertiseBox header="PrimeVue 3.43.x" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="PrimeVue 3.46.x" icon="prime-check-circle" color="green-600">
Excellent Component Library for VUE
</AdvertiseBox>
<AdvertiseBox header="PrimeVue Theme & Layout" icon="prime-check-circle" color="green-600">
Free Sakai theme
</AdvertiseBox>
<AdvertiseBox header="FormKit" icon="prime-check-circle" color="purple-500">
FormKit 1.2.x for Form Validation
FormKit 1.4.x for Form Validation
</AdvertiseBox>
<AdvertiseBox header="UnoCSS" icon="prime-check-circle" color="green-600">
UnoCSS for rapid styling
</AdvertiseBox>
<AdvertiseBox header="VUE 3.3" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="VUE 3.4" icon="prime-check-circle" color="green-600">
Composition Api
</AdvertiseBox>
<AdvertiseBox header="Script Setup" icon="prime-check-circle" color="green-600">
Expand All @@ -35,10 +35,10 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Typesafe by default
</AdvertiseBox>

<AdvertiseBox header="Nuxt 3.8" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt 3.9" icon="prime-check-circle" color="green-400">
Pages, Layouts, ...
</AdvertiseBox>
<AdvertiseBox header="Nuxt Content 2.9" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt Content 2.10" icon="prime-check-circle" color="green-400">
Markdown, YML, CSV or JSON and MDC Syntax
</AdvertiseBox>
<AdvertiseBox header="I18n" icon="prime-check-circle" color="green-600">
Expand Down

0 comments on commit 67be430

Please sign in to comment.