Skip to content

Commit

Permalink
core(update): update to Nuxt 13 (Vue 3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxcode committed Sep 12, 2024
1 parent 81ea1ab commit f553dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ import AdvertiseBox from '@/components/AdvertiseBox.vue'
<AdvertiseBox header="UnoCSS" icon="prime-check-circle" color="green-600">
<ExternalLink href="https://unocss.dev/" text="UnoCSS" /> for rapid styling
</AdvertiseBox>
<AdvertiseBox header="VUE 3.4.x" icon="prime-check-circle" color="green-600">
<AdvertiseBox header="VUE 3.5.x" icon="prime-check-circle" color="green-600">
<ExternalLink href="https://vuejs.org/guide/introduction.html" text="Composition Api" /> with Script Setup
</AdvertiseBox>
<AdvertiseBox header="Typescript 5" icon="prime-check-circle" color="blue-400">
Typesafe by default
</AdvertiseBox>
<AdvertiseBox header="Nuxt 3.12.x (Nuxt 4 ready)" icon="prime-check-circle" color="green-400">
<AdvertiseBox header="Nuxt 3.13.x (Nuxt 4 ready)" icon="prime-check-circle" color="green-400">
<ExternalLink href="https://nuxt.com/" text="Nuxt" /> with Pages, Layouts, ...
</AdvertiseBox>
<AdvertiseBox header="Nuxt Content 2.13.x" icon="prime-check-circle" color="green-400">
Expand Down

0 comments on commit f553dac

Please sign in to comment.