Skip to content

Commit

Permalink
core(update): nuxt 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Feb 2, 2024
1 parent cb5d837 commit 15a81e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4",
"version": "1.8.5",
"license": "MIT",
"scripts": {
"build": "nuxi build",
Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
Typesafe by default
</AdvertiseBox>

<AdvertiseBox header="Nuxt 3.9" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt 3.10" icon="prime-check-circle" color="green-400">
Pages, Layouts, ...
</AdvertiseBox>
<AdvertiseBox header="Nuxt Content 2.10" icon="prime-check-circle" color="green-400">
Expand Down

0 comments on commit 15a81e1

Please sign in to comment.