You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After migration to Vue3 the project stopped to properly hot-reload changes in <script> part of the SFCs. When stripped out the project to the bare minimum I realized it is cused by vue-i18n package (I'm using 9.2.0-beta.1). If I remove the vue-i18n the app hot-reloads properly.
Expected behavior
Hot-reloading working correctly (reflecting also changes in <script> part of the SFC)
@tomexx
Seems issue is duplicate to #568, it is caused by vue-next.
See also vue-next issue #4174.
You can fix this by upgrade vue-next version to 3.2.0-beta.5 or later.
Hope this helps.
Reporting a bug?
After migration to Vue3 the project stopped to properly hot-reload changes in <script> part of the SFCs. When stripped out the project to the bare minimum I realized it is cused by vue-i18n package (I'm using 9.2.0-beta.1). If I remove the vue-i18n the app hot-reloads properly.
Expected behavior
Hot-reloading working correctly (reflecting also changes in <script> part of the SFC)
Reproduction
System Info
Screenshot
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: