Mole
Mole
NNuxt
Created by Romi on 7/26/2023 in #❓・help
Api Uppercase or not :?
text-transform: capitalize;
text-transform: capitalize;
😉 I am team { status: 'NEW' } btw, which comes from enum Status { NEW = 'NEW' } and is then localized with $t(`enum.status.${value}`) to "Neu" in german 😅
2 replies
NNuxt
Created by Mole on 7/26/2023 in #❓・help
Can nuxt 3 middleware be asynchronous?
Real life example would be auth middleware checking for permissions only after protected route is visited; if permissions are insufficient, redirect user away.
2 replies
NNuxt
Created by Mole on 3/28/2023 in #❓・help
How to debug missing `vue/server-renderer` in bundle?
Maybe not, good catch! :D
8 replies
NNuxt
Created by Mole on 3/28/2023 in #❓・help
How to debug missing `vue/server-renderer` in bundle?
We have not faced the bug you describe above. I think it may be related to the yesterday's 3.6.4 and 3.6.5 updates.
8 replies
NNuxt
Created by Mole on 3/28/2023 in #❓・help
How to debug missing `vue/server-renderer` in bundle?
nuxt-seo-kit uses old versions of the seo modules, it might be fixed already
8 replies
NNuxt
Created by Mole on 3/28/2023 in #❓・help
How to debug missing `vue/server-renderer` in bundle?
I found it is probably related to nuxt-seo-kit, but have not figured much else
8 replies
NNuxt
Created by Mole on 6/21/2023 in #❓・help
VSCode: How to "go to component" for auto-imports?
Volar takeover mode was not enabled. Enabling it fixed the issue...
6 replies
NNuxt
Created by Mole on 6/21/2023 in #❓・help
VSCode: How to "go to component" for auto-imports?
https://marketplace.visualstudio.com/items?itemName=antfu.goto-alias This one takes me to vue-shim.d.ts inside .nuxt/types instead of the component file
6 replies
NNuxt
Created by Mole on 3/28/2023 in #❓・help
How to debug missing `vue/server-renderer` in bundle?
rm -rf node_modules, rm -rf $(pnpm store path) do not help, guiding me to believe it is not a problem with corrupted dependencies.
8 replies