Gyen Abubakar
Gyen Abubakar
NNuxt
Created by Gyen Abubakar on 10/10/2024 in #❓・help
Disable root files being copied into `/_nuxt` path
I'm getting this error:
Uncaught SyntaxError: The requested module '/_nuxt/components.json?import' does not provide an export named 'DatePicker' (at CustomersFilters.vue:12:10)
Uncaught SyntaxError: The requested module '/_nuxt/components.json?import' does not provide an export named 'DatePicker' (at CustomersFilters.vue:12:10)
CustomersFilters.vue:12 looks like this:
import { DatePicker } from '~/components';
import { DatePicker } from '~/components';
I have a shadcn-vue components.json file in the root directory and when I visit localhost:3000/_nuxt/components.json in the browser, I get the contents of the components.json file in the root folder. How do I disable this behaviour?
2 replies
NNuxt
Created by Gyen Abubakar on 9/3/2024 in #❓・help
NuxtErrorBoundary leaving a blank screen
No description
3 replies
NNuxt
Created by Gyen Abubakar on 4/3/2024 in #❓・help
Nitro: How do I pass data in a middleware to route handlers?
In Express, you can do this attaching data to the response.locals object. How do I do this in Nitro?
3 replies
NNuxt
Created by Gyen Abubakar on 4/3/2024 in #❓・help
How do you set a PostCSS parser in the `nuxt.config.ts`?
No description
5 replies
NNuxt
Created by Gyen Abubakar on 3/29/2024 in #❓・help
Nuxt HMR doesn't work for env files
When I change the value of an environment variable in my .env file, Nuxt rebuilds the project but it still uses the old env.
1 replies