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

All Questions

Tagged with
0 votes
1 answer
50 views

How to create helper methods to render components in nuxt

I'm new to Nuxt, I'm using Nuxt and Nuxt UI for my project. I'm trying to create helper methods to render the components with small differences. For example, in my Header.vue <template> <...
abcXYZ's user avatar
  • 140
0 votes
1 answer
54 views

Nuxt Vue display component based on parameter/type

I am fairly new to Nuxt and Vuejs. I have googled for a solution but haven't found any. I have a page with component <VTextField></VTextField> and <VSwitch></VSwitch>, sample ...
Lovi's user avatar
  • 47
0 votes
1 answer
47 views

Only the last v-for element is updated when all of them should

3 page links in the nav should be displayed in 3 languages by user choice. In the initial page load it works fine. Then click one language change link then again it works fine. But when I click a ...
Kamran İbrahimov's user avatar
0 votes
1 answer
1k views

Pagination with Nuxt UI

I'm trying to implement the pagination component from Nuxt UI, but I am unable to make it work.. I tried to read the docs and youtube, but nothing to be found. I don't understand how to bind my data ...
milonovich's user avatar
1 vote
1 answer
290 views

Component call by click Nuxt open

How can I make a modal window open when a button is clicked. That the modal window itself is not stored in the header? file header: <template> <section class="header"> &...
JuliaBland299's user avatar
0 votes
1 answer
68 views

call a modal window from another file

How can I make a modal window call. From another file? I don't understand why I can't do it. file 1: <template> <section class="header"> <div class="header-...
JuliaBland299's user avatar
0 votes
0 answers
27 views

Dynamic component throwing render function or template not defined in component error

In my Nuxt application wanted to render components dynamically in <component> based on the route parameters, but doing that I'm getting below error: render function or template not defined in ...
Yashwardhan Pauranik's user avatar
0 votes
0 answers
76 views

Incorporating a Search Bar with Vue.js to Trigger Actions in a Component

"Implementing a Search Bar in Vue.js for Front-End Data Filtering I'm relatively new to Vue.js and I'm looking to integrate a search bar into my project. My goal is to perform data filtering on ...
malaythong keophongsay's user avatar
0 votes
0 answers
25 views

Facing difficulties to grab dynamic value from api generated multiple checkbox value with v-model in vue 3

I am very beginner to vue js. this is my code. I just getting the questions form api and for loop them as a question. inside the question i also get the available questions and so i print them with ...
Sifat's user avatar
  • 1
1 vote
1 answer
841 views

external script doesn't always loads when we navigate between components nuxt 3

external script doesn't always loads when we navigate between components nuxt 3 , i have created component dashboard/index.vue added this code useHead({ script: [ { src: 'https:...
samair ali's user avatar
0 votes
1 answer
871 views

How to set loader when component render first time Nuxt 3

I am working on nuxt 3 project using the element plus library and one of my pages have 3 tabs and I have divided 3 tabs content into 3 component and I have set conditions to render only the first tab ...
Kishan Bhensadadiya's user avatar
0 votes
1 answer
1k views

Issues loading Vue defineComponent()s in Nuxt | Could not load vue.esm-bundler\server-renderer

Hello All and Thank You, I am currently still trying to pin down the issue. I am also new to Nuxt, semi-new to Vue. So I just spent the past year on and off building out a prototype concept player. I ...
AvWoN's user avatar
  • 11
-1 votes
1 answer
56 views

Is it normal to add class attribute directly to component declaration tag , in Vue.js (3)?

<MyComponent class="extra class from parent" /> inside MyComponent file : <style lang = "scss" scoped> .my-component{ font-size:1rem; } It works but is it ok, ...
V S Vuca's user avatar
0 votes
1 answer
247 views

Nuxt/Vue @Click Value Fires only Once

I have a component called 'ProductGrid.Vue' and 'LoadItem.vue' (which is the side-loader menu). Currently, I have the Prop named show in both, once the LoadItem menu is closed I cannot trigger show = ...
Anthony Vasquez's user avatar
0 votes
1 answer
72 views

Vue v-for directive causing unexpected additional components

I am trying to use Nuxt Content to create a blog section of my website. I have created the directory structure and some testing posts. I have also created the query that grabs the posts and stores ...
Clarinetking's user avatar

15 30 50 per page
1
2 3 4 5
17