Questions tagged [nuxt-link]

The component in the Nuxt.js framework provides navigation between page components and can enhance performance with prefetching.

nuxt-link provide to route links in nuxt which is vue base frame for SPA or SSR applications

29 questions
8
votes
1 answer

What is the advantage of using nuxt-link over router-link?

In Nuxt, we can use router-link as well as nuxt-link. What is the advantage of using nuxt-link over router-link? About instead of About
Nilanshu Jaiswal
  • 1,583
  • 3
  • 23
  • 34
6
votes
2 answers

in Nuxt 3 only show the page's content after refreshing

I am trying to use to redirect in Nuxt 3. However, my page won't show after the URL change. That means, after clicking the link, the URL changes to whatever is stated in the to="", but the content doesn't show unless I refresh the…
2
votes
1 answer

vue-router : how to append another query value to existing query values?

i have three different route-link and i want when you click on each of them , a value query added to other queries color => ex.com/product?color=red
morteza mortezaie
  • 1,002
  • 14
  • 37
1
vote
0 answers

Inkline breadcrumb :to doesn`t work properly

I am using inkline breadcrumbs and by docs description I can use :to routing, but it doesn't work properly. :href is working, but I want to use NuxtLink instead of a element. I could add NuxtLink in but it will generate nested a…
userinho
  • 21
  • 3
1
vote
2 answers

NuxtLink @click action before routing

I need to run a method before NuxtLink navigates to a route. In the method I want to decide whether to release it or not. Like in vanilla JS: Done I know how to stop NuxtLink and…
Yosef
  • 241
  • 2
  • 12
1
vote
1 answer

When i use ref to nuxt-link, i can't change styles on it (Nuxt.js)

In my function I am using ref, which is binded to link, and when I try to change color (ref.style.color = 'red'), I see a error. Because ref which is binded to nuxt-link is Object, and it hasn't style property. I know that I can use the tag ,…
1
vote
1 answer

Vue JS - v-html can't use

I want to use with v-html. I create dynamic content. Like this: ekspresKeno: { title: "Necə Oynanılır?", image: "/keno/ekspres-keno-popup.jpg", content: `

Azərbaycanda ilk dəfə dünya üzrə məşhur Keno oyunları!

Erkan Kabil
  • 51
  • 2
  • 6
1
vote
0 answers

How to change nuxt-link-exact-active style depending on the route

a.nuxt-link-exact-active::after { content: ''; display: block; width: 100%; height: 1px; background: var(--secondary); transition: width .3s; } This works as intended. However I wish to change the background to another color depending…
Mislav
  • 41
  • 3
1
vote
2 answers

Why the page html is not Loading in nuxt3js

I'm Using Nuxt3 js and when I click nuxt-link java script code is working but the page is not coming till I make refresh this is navbar code: this is about page: