Skip to content
This repository has been archived by the owner. It is now read-only.

it doesn't support nuxtjs #86

Open
dingguoqing513 opened this issue Aug 7, 2019 · 2 comments
Open

it doesn't support nuxtjs #86

dingguoqing513 opened this issue Aug 7, 2019 · 2 comments

Comments

@dingguoqing513
Copy link

dingguoqing513 commented Aug 7, 2019

i find vue-pull-js use 'window' function when i using nuxt,i hope to nuxtjs support it as soon as possible. thanksssss!
image

@budi7
Copy link

budi7 commented Sep 15, 2020

well hello
i'm currently using this plugin and nuxt without any problems

just import this plugin as per page components, and i find that it works perfectly
hope that helps 😊

  • nuxt version: 2.3.4

@nagbg
Copy link

nagbg commented Dec 16, 2020

Try importing the the plugin in your .vue file like this.
PullTo: () => process.client ? import("vue-pull-to") : Promise.resolve({ render: h => h("div") }) },

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants