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

All Questions

Tagged with
0 votes
0 answers
30 views

Vue modal won't show but load perfectly fine in the web page

I'm trying to create a modal with Vue to display some information of a post so i created a component Modal.vue and loaded into the page that list all the posts, and when you click on a post you should ...
andrea zanella's user avatar
0 votes
0 answers
54 views

Why do I receive a console error saying I need to define props even though they are defined in the parent and the child?

I am building a website using Vue JS 3 and Laravel and when I try and implement my Index.vue component I receive these errors: [Vue warn]: Missing required prop: "label" [Vue warn]: Missing ...
Trinky's user avatar
  • 41
0 votes
0 answers
85 views

Vue.js Dropdown Component Cut-off Inside a Scrollable Container

I'm making a text editor similar to Notion. Every page in page-list has a dropdown component for additional actions. To accommodate cases with more items than can be displayed on the screen, I've ...
Michael Bany's user avatar
-1 votes
1 answer
62 views

Images are displayed below the sidebar in the middle of the page and not from the top (Vue.Js)

I'm building a photo website with Vue.JS and encountering the problem mentioned in the titled. I've tried everything, and after two hours of back and forth with ChatGPT I've decided to come here. This ...
Gonçalo Dias's user avatar
1 vote
1 answer
99 views

How do I pass a prop as an argument in Vue.js

I am new to Vue and I am making a component that changes it's class property based on the style prop given by the parent component. When I try to invoke a substitution Vue does nothing Here is "...
Player_X_YT's user avatar
1 vote
1 answer
1k views

Failed to mount app: mount target selector "#app" returned null

I just started to use Vue.js, I'm trying to trigger the muose click when I press the button. The message problem is: Failed to mount app: mount target selector "#app" returned null. This is ...
Mattia's user avatar
  • 13
0 votes
0 answers
42 views

how to make a layout adaptive in dimensions and position

i am using vue3 with options api stackbiltz code is here as shown in the below posted images, i have a gui. when the radio-button with obliterated label is selected, nothing should happen. however, ...
Amrmsmb's user avatar
0 votes
0 answers
43 views

How can I change this loop in Vue so that I can have a <tr> the full length below each row?

I'm looking to achieve something like this - https://codepen.io/jopico/pen/kyRprJ But with Vue. <tbody class="divide-y divide-gray-200"> <tr v-for="row in paginatedReleases" :key="row....
nateknown's user avatar
0 votes
0 answers
25 views

Fill Content of V-Container to screen

I have a page that is unnecessatily scrollable by a few pixel. I want to display the page with screen height so that everything is displayed without the option to scroll. Here is what the page looks ...
sadkjfh's user avatar
0 votes
1 answer
41 views

How do you get styling props to work on specific elements in VueJs

I am creating a button and it needs to have multiple states (hover, focused, pressed and disabled). I also need my default button to have a default size (large) and a smaller size (small). I am trying ...
Alex's user avatar
  • 1
0 votes
1 answer
372 views

Access to a function in another component in Vue3 with composition API

How can i access to a function in Parent Component from a chield component? I want to click a button in chield component, which should call a function which is in the Parent component. I have a ...
coldstone's user avatar
2 votes
1 answer
33 views

When i set a v-for, props undefined

I'm doing a website of a League of Legends assist, and i have a component with five elements (one for each line). I had it setted without a v-for, and it worked perfect, but when i configured it with ...
Chunchun's user avatar
1 vote
1 answer
44 views

How do you dynamically alter the CSS of a tag that's at a higher level in Vue

I am working on a practice problem in Vue where I have to make a color picker and then change the background of the page to match the color that is picked. The issue is that I would need to set the ...
zichyboy's user avatar
  • 175
0 votes
1 answer
126 views

Getting following Error in javascript code : Do not use 'new' for side effects

I have a vuejs code with which I try to represent in a bar chart the percentage of water and oil contained in two different bottles. when i start my program, i get the following error in my javascript ...
pat des pat's user avatar
0 votes
0 answers
74 views

interpolation not working in recursive vue component

I have two jasons that are linked by one of them with a key. One of the jasons contains a structure that needs to be rendered recursively. The same jason contains the data that is passed to data(). ...
spectre's user avatar

15 30 50 per page
1
2 3 4 5
27