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

All Questions

Tagged with
-1 votes
1 answer
32 views

Transition analysis in a particular Website

I'm looking for a way to determine the animation used in this website, when scrolling and changing the displayed project : https://www.oscarpico.es/ Or could someone tell me the name of the animation ...
Eragon's user avatar
  • 21
0 votes
0 answers
39 views

Why isn't adding html style attributes via useHead the same as adding custom CSS in Nuxt?

In Nuxt 3 (3.10.3) I am trying to dynamically load Google fonts based on a query parameter in the URL. Load font in onBeforeMount based on that route query parameter: onBeforeMount(() => { ...
Tomáš's user avatar
0 votes
0 answers
53 views

How to add additional Indentation for the PrimeVue Tree component for clear parent-child difference?

I use the Tree component from the PrimeVue library to display some parent-child relations. I can obtain the data correctly but for some reason, The data shown does not contain sufficient indentation ...
BATMAN_2008's user avatar
  • 3,310
0 votes
0 answers
160 views

Can i use PrimeVue components with tailwind prefix "tw-"?

I am currently trying to refactor Nuxt 3 project from Bootstrap to Tailwind with PrimeVue components. Because of that, I am using the Railwind prefix tw- for Tailwind classes to separate them from ...
Adam Horváth's user avatar
0 votes
0 answers
48 views

How to import fonts in nuxt js

I have tried to import fonts in global.css like this: @import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:[email protected]&display=swap') However I can’t use the font. Is there a way ...
renderthegreat's user avatar
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
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
46 views

Installing the Nuxt framework in Arch Linux

When I want to install Nuxt it with the package manager npm , it shows the following error, but I have no Yarn , Pnpm problem with it npx nuxi@latest init Which package manager would you like to use? ...
Hasan Bahramian's user avatar
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
0 answers
33 views

How do I avoid cascade issues within Nuxt 2 components?

I'm experiencing styling issues in my Nuxt app caused by incorrect ordering of styles. I was previously writing my CSS (SCSS) in dedicated .scss files so I was manually able to order styles to make ...
Andrew's user avatar
  • 286
0 votes
1 answer
68 views

Encapsulating css class doesn't apply [nuxt3]

I work with Nuxt3 and I'm writing a simple card component. It has two have two color versions so I thought I would do the same thing I did for the header : write a primary and secondary class ...
ApocalypticLardon's user avatar
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
0 votes
3 answers
82 views

Make part of a border invisible ? CSS

I've been struggling to reproduce this button : Specifically I can't seem to find how to make the border invisible around the check icon. At the moment it's "finished" except for this part. ...
ApocalypticLardon's user avatar

15 30 50 per page
1
2 3 4 5
21