Home

Issue: 1364

I can not connect the vue-scrollto package

[issue link]

When I connect the vue-scrollto https://rigor789.github.io/vue-scrollto/#/ package to nuxt.config.js, an error occurs cannot/Get
Unexpected token import

vue-scrollto.js

import Vue from 'vue’
import VueScrollTo from 'vue-scrollto’
Vue.use(VueScrollTo)

I tried it differently:

const Vue = require(‘vue’)
const VueScrollTo = require(‘vue-scrollto’)
Vue.use(VueScrollTo)

nuxt.config.js

modules: {
‘vue-scrollto’
}

I ask to help understand)

This question is available on Nuxt.js community (#c1209)