Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

post: vue v3.5 #389

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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