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

All Questions

Tagged with
0 votes
0 answers
32 views

Nuxt3 clears inputs autocomplete

Clear Nuxt3 project. When i do "hard refresh" (cmd+shift+r) there are 3 states of form inputs: Empty, Autocompleted from browser, Empty. Example and code below: HTML: <form> <...
Sklfcha's user avatar
0 votes
1 answer
31 views

Adding attribute to HTML elements to whole code

I'm using Nuxt 2 in my project with Storyblok datasources as translations and e.g. I've: <span v-text="$t('labels.cartSell')" /> and I need to add something like data-translation="...
kozdro's user avatar
  • 113
0 votes
0 answers
24 views

Live preview using quill and MathJax together

I am trying to use quill and MathJax together in my Nuxt app. I have a live preview section. But the problem is whenever I am trying to re-render the section the Quill Editor is also getting formatted....
Arnab Maiti's user avatar
1 vote
0 answers
135 views

How to ensure Nuxt/Vue renders empty alt attributes as alt="" for accessibility?

I'm working with Nuxt 3 and NuxtImg, and there's an issue where empty alt attributes on images are rendered as just alt without the expected quotes and empty value. This is a significant accessibility ...
Matt Sp's user avatar
  • 11
0 votes
0 answers
101 views

how to use vueUse/nuxt useSwipe in a v-for loop

I am trying to make a v-for loop list, that lists over my wine bottle. I want to add the ability for each bottle to have its own useSwipe element to which i can swipe over the div to then show a ...
Disdroido's user avatar
0 votes
0 answers
106 views

Nuxt 3 multi module component re-usage closes the Modal/Dialog automatically closes when using the Modals from different modules

In a multi-module Nuxt 3 project when one Modal0.vue modal/HeadlessUI Dialog is in the projectA module and another Modal1.vue modal/HeadlessUI Dialog in projectB then opening the Modal1 and providing ...
BATMAN_2008's user avatar
  • 3,310
0 votes
0 answers
18 views

Dynamic Resolution Fix to NuxtJS Download Page

So I'm building a static site using Nuxt.js that acts as a catalog. I built the download page a while back, but the issue I'm running into is that the resolution for each section does not change or ...
L4w1i3t's user avatar
  • 43
0 votes
0 answers
46 views

How to Change Page Source View?

I am coding a site with Nuxt3 and I have a question about the source section. When I inspect the item, it appears like this, but when I look at other pages, it usually shows 1 page. How do they do ...
Göksel Doğan's user avatar
0 votes
1 answer
60 views

All-in-one downloadable HTML file including chart.js from nuxt app

My requirement is to provide a small Nuxt app that generate a simple HTML file including some overview sections for services provided to customers of the company I work for. The specific use case here ...
fesieg's user avatar
  • 479
0 votes
0 answers
34 views

Why does the Drawflow canvas not visible in mobile screens when using the tailwind css?

I am using the Drawflow library to design some nodes and everything works fine when using the md screens and lg screens but for some reason, the canvas is not visible when I view small screens such as ...
BATMAN_2008's user avatar
  • 3,310
1 vote
0 answers
38 views

How to allow the leading 0 to vee-validate Field when using with the input type Number?

I am using the vee-validate Field in my Nuxt 3 application to create a generic component which I am reusing in multiple places by passing different types and other associated information. I came ...
BATMAN_2008's user avatar
  • 3,310
0 votes
0 answers
198 views

Memory Leak issue when running dev environment on local machine [Vue/Nuxtjs]

So I have a Nuxt dev environment opened locally on my PC, which has 16gb of RAM, but something that keeps happening and has happened ever since I updated the framework on this specific site is that ...
L4w1i3t's user avatar
  • 43
0 votes
1 answer
164 views

Alert Component does not show after triggering the same Error twice

I am currently working on a Website using Nuxt.js (Vue.js) and I am having trouble with my custom Alert Component. I created a contact-form on my website that triggers a custom notification when the ...
HenrikB's user avatar
  • 73
-1 votes
1 answer
79 views

Why are my images not displaying properly on my web page?

So right now I am trying to make a staff page for a website for me and a few friends. Right now I am having an issue where my images on the staff page are not being shown properly. My components ...
L4w1i3t's user avatar
  • 43
0 votes
1 answer
310 views

vue-select with tailwind css class for longer text the search input field goes to next line

I am using the vue-select with vee-validate within my Nuxt 3 application but the problem is that when the selected option text is too large then the <input> goes to the next line due to which ...
BATMAN_2008's user avatar
  • 3,310

15 30 50 per page
1
2 3 4 5
15