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
Supporting directives for SSR is a bit complicated, in the previous versions of nuxt-i18n it didn't work during SSR at all 😅
This functionality is provided by unplugin-vue-i18n and vue-i18n-extensions so opening an issue there would be better, that being said, the directive usage is going to be deprecated in the future (see intlify/vue-i18n#2045) so I recommend replacing its usage in your project instead.
Environment
Darwin
v18.20.4
3.14.1592
3.15.0
2.10.4
[email protected]
-
default
@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@nuxtjs/[email protected]
,@pinia/[email protected]
,@vueuse/[email protected]
,[email protected]
-
Reproduction
https://codesandbox.io/p/devbox/exciting-hamilton-zr33kf?workspaceId=5bf11af2-101a-4cf1-8bd0-60608094be07
Describe the bug
It seems that with the latest addition to support
v-t
SSR (v9.0) some Javascript functionalities stopped working.I ran into a couple of issues:
Additional context
It seems to only affect SSR.
Logs
The text was updated successfully, but these errors were encountered: