rigor789/vue-scrollto

Not working with Nuxtjs

Ouverte

#311 ouverte le 26 juin 2020

 (3 commentaires) (0 réaction) (0 personne assignée)JavaScript (114 forks)batch import
help wantednuxt

Métriques du dépôt

Stars
 (1 966 étoiles)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

Hi,

Nuxt Version: v2.13.0

I can't figure out how to get this working with Nuxt JS.

I've imported the module as stated in the docs.

modules: [ 'vue-scrollto/nuxt', ]

My markup in my component is as follows:

<a href="#" v-scroll-to="'#' + navItem" v-html="navItem" />

As a result, I get the following error and the scroll doesn't work at all.

vue.runtime.esm.js?2b0e:619 [Vue warn]: Failed to resolve directive: scroll-to

Am I missing a step? I am trying to apply the module to a list of LI's, should that cause issues? I think it's a pretty standard use case.

Thanks in advance

Guide contributeur