Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
19 views

How to include highcharts in Nuxt 3.7.0?

How can I include this combination graph https://www.highcharts.com/demo/highcharts/combo-dual-axes chart in my nuxt vue application ? I followed this https://www.npmjs.com/package/highcharts-vue docs,...
Rancha124's user avatar
0 votes
0 answers
23 views

Implementing SwiperJs Thumb Gallery In Nuxt 3

I'm working on a Nuxt 3 project and trying to implement a SwiperJS thumbs gallery - https://swiperjs.com/demos#thumbs-gallery. I want the thumbnails to synchronize with the main slider so that ...
Michael's user avatar
  • 317
-2 votes
0 answers
24 views

Managing Repeated Data: Script Array vs External JSON [closed]

I'm working on a Nuxt project where I have a section with 8 <li> elements, each containing an image, alt text, class, and a link. I want to avoid repetitive code by using a loop to render these ...
Michael's user avatar
  • 317
1 vote
1 answer
50 views
+50

How to set loadingTemplate inside custom Nuxt Module

I'm building a nuxt module, and want to set loadingTemplate within this module. What I tried so far is modifying devServer inside module like below (But no luck) import { loadingTemplate } from './...
SergkeiM's user avatar
  • 4,048
0 votes
0 answers
38 views

Open/Close a Sheet component from shadcn-vue using a button in a parent component

I am using Nuxt and have added a Sheet component from shadcn-vue (https://www.shadcn-vue.com/docs/components/sheet.html) into my project. The example provided in the documentation uses a SheetTrigger ...
Michael's user avatar
  • 317
0 votes
1 answer
14 views

Nuxt 3 HMR Module not reloading changes

I have nuxt 3 project and installed couple of packages . the hmr was working fine .. it just stopped suddenly no clue why . there's no errors in the console . the cmd shows the files are being updated ...
Joe_G's user avatar
  • 1
0 votes
1 answer
30 views

Optimizing Background Images In Nuxt 3

I'm developing a Nuxt.js application and I need to set a decorative background image for a <div>. I prefer using background-image for decorative elements, as it is semantically more appropriate, ...
Michael's user avatar
  • 317
0 votes
0 answers
21 views

nuxt - router.getRoutes() hydration mismatch

A basic implementation of router.getRoutes() to print routes to screen causes a strange hydration mismatch. // implementation <template> <div> <v-list> <v-list-item v-...
Jamie Marshall's user avatar
0 votes
0 answers
24 views

Can't build a dynamic link on nuxt 3

I need to create a link like this for password-reset http://localhost:3000/password-reset/d866f5fa974450aabc5fe0943d7266c6659f43e28f1a7a3cda94957374e55974?email=ospreystudio2020@gmail.com I compiled ...
Vadim Yanyushkin's user avatar
0 votes
0 answers
33 views

Nuxt 3 / Nuxt UI / Vuedraggable - Is it possible to reorder table rows in <UTable> using Vuedraggable?

I need to create a table with the possibility of reordering items via drag&drop but no idea if that's possible. I am using many v-slots to adjust the styling and content. <UTable ...
Alan Podemski's user avatar
0 votes
2 answers
38 views

Default layout is not appearing in error.vue using Nuxt 3

What is happening? I am creating a ~/error.vue file to display a custom error page. I need the default layout to be applied as I want the design of the app to be as most uniform as possible. Default ...
Rayk's user avatar
  • 13
0 votes
2 answers
43 views

Nuxt.js localhost redirects to /login automatically, resulting in 404 error

I created a new Nuxt project and want to use the pages/ directory, therefore I deleted app.vue as it is no longer needed. The /pages directory until now only contains the index.vue file with the ...
y-neck's user avatar
  • 33
0 votes
1 answer
47 views

Issue with Upgrading @nuxt/image Module in Nuxt 3

I'm encountering an issue while upgrading from @nuxt/image-edge to the latest stable @nuxt/image in my Nuxt 3 project. My current setup includes: Nuxt version: "^3.1.1" Vue version: "^...
konsav's user avatar
  • 1
1 vote
1 answer
31 views

Nuxt 3 deploy to hosting

I hosted my Nuxt 3 project at https://nuxt-deploy.mpetrosyan.com. When navigating from the main page to a post page, everything works fine. However, if I refresh the page while on a post (e.g., https:/...
Miqayel 's user avatar
1 vote
0 answers
25 views

Tailwind config is not respected in nuxt 3, my config options are ignored, I would like to limit tailwind to my content paths

I set up tailwind in my nuxt project and it works great to use basic tailwind styles. But the problem is I can not make any modifications to the tailwind config like changing the content paths. It ...
nightwolf555's user avatar

15 30 50 per page
1
2 3 4 5
38