From: Evan You Date: Fri, 29 Dec 2023 02:55:30 +0000 (+0800) Subject: chore: fix jsx namespace link in 3.4 changelog [ci skip] X-Git-Tag: v3.4.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0093686fcbda93350530af1a33ac3b27e582cc08;p=thirdparty%2Fvuejs%2Fcore.git chore: fix jsx namespace link in 3.4 changelog [ci skip] --- diff --git a/CHANGELOG.md b/CHANGELOG.md index b1c516894d..d1e374825f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ - nuxt@^3.9.0 (if using Nuxt) - vue-loader@^17.4.0 (if using webpack or vue-cli) -2. If using TSX with Vue, check actions needed in [Removed: Global JSX Namespace](https://blog.vuejs.org/posts/vue-3-4#removed-global-jsx-namespace). +2. If using TSX with Vue, check actions needed in [Removed: Global JSX Namespace](https://blog.vuejs.org/posts/vue-3-4#global-jsx-namespace). 3. Make sure you are no longer using any deprecated features (if you are, you should have warnings in the console telling you so). They may have been [removed in 3.4](https://blog.vuejs.org/posts/vue-3-4#other-removed-features).