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

deps: Vue 3 への移行 #2975

Open
kwing0310 opened this issue Feb 15, 2025 · 0 comments
Open

deps: Vue 3 への移行 #2975

kwing0310 opened this issue Feb 15, 2025 · 0 comments

Comments

@kwing0310
Copy link

Reason

Vue 2 は既に EOL (2023.12.31) を過ぎているため,以下の問題が生じる/既に生じている可能性があります.

  • セキュリティアップデートが適用されない.
  • 関連するエコシステムが Vue 2 に対応しなくなる.

そのため,いずれは Vue 3 への移行が必要になると考えています,

How to migrate

v3.1.1 時点での Areionskey の vue のバージョンは 2.7.16 です,現在使用している Options API は Vue 3 においてもサポートされているため,Vue 3 への移行を優先するのであれば,Options API の使用を続けるのが最も作業コストが少ないと思われます.

移行の際には @vue/compat (移行ビルド) を使用して,独立したブランチにおいて移行ガイド (https://v3-migration.vuejs.org/ja/migration-build.html) の通りの作業を実施します.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant