Skip to content

Commit

Permalink
post: vue v3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Sep 5, 2024
1 parent 5d1cb98 commit ecc14cc
Show file tree
Hide file tree
Showing 3 changed files with 530 additions and 4 deletions.
4 changes: 2 additions & 2 deletions _posts/2023-05-15-what-is-new-vue-3.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ It's _the_ part I really liked, so I'm quite happy about it 🤓.

The syntax plays well with TypeScript, but the declaration of default values was a bit painful:

const props = withDefaults(defineProps<{ name?: string }>(), { name: 'Hello '})
const props = withDefaults(defineProps<{ name?: string }>(), { name: 'Hello' })
console.log(props.name);

You also can't destructure the props directly, as it loses the reactivity.
Expand Down Expand Up @@ -470,4 +470,4 @@ We can't wait to try this!

That's all for this release. Stay tuned for the next one!

Our [ebook](https://books.ninja-squad.com/vue), [online training](https://vue-exercises.ninja-squad.com/) and [training](https://ninja-squad.com/training/vue)) are up-to-date with these changes if you want to learn more!
Our [ebook](https://books.ninja-squad.com/vue), [online training](https://vue-exercises.ninja-squad.com/) and [training](https://ninja-squad.com/training/vue) are up-to-date with these changes if you want to learn more!
4 changes: 2 additions & 2 deletions _posts/2023-12-29-what-is-new-vue-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description: "Vue 3.4 is out!"
[Vue&nbsp;3.4.0](https://blog.vuejs.org/posts/vue-3-4) is here!

<p style="text-align: center;">
<a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md#TODO">
<a href="https://github.com/vuejs/core/blob/main/CHANGELOG.md#340-slam-dunk-2023-12-29">
<img class="rounded img-fluid" style="max-width: 100%" src="/assets/images/vue.png" alt="Vue logo" />
</a>
</p>
Expand Down Expand Up @@ -362,4 +362,4 @@ you can read more in the [official blog post](https://nuxt.com/blog/v3-9).

That's all for this release. Stay tuned for the next one!

Our [ebook](https://books.ninja-squad.com/vue), [online training](https://vue-exercises.ninja-squad.com/) and [training](https://ninja-squad.com/training/vue)) are up-to-date with these changes if you want to learn more!
Our [ebook](https://books.ninja-squad.com/vue), [online training](https://vue-exercises.ninja-squad.com/) and [training](https://ninja-squad.com/training/vue) are up-to-date with these changes if you want to learn more!
Loading

0 comments on commit ecc14cc

Please sign in to comment.