Andrey Seluykov
Results
2
comments of
Andrey Seluykov
I encountered the same problem, if you managed to solve it, please write about it. We will share the solution if we succeed 我也遇到了同样的问题,如果你解决了,请写一下。 如果成功,我们将分享解决方案
Indeed, but my code is unremarkable. It is a brand-new, standard Nuxt project. Here is my `nuxt.config.ts`: ``` // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ compatibilityDate: '2024-04-03', devtools: { enabled: true },...