question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does it work on nuxt?

See original GitHub issue

Hi, is this component compatible with nuxt.js? I’m trying to use it as a plugin but i get this error:

Uncaught TypeError: Cannot read property 'install' of undefined
    at Function.Vue.use (vue.runtime.esm.js?2b0e:5100)
    at eval (parallax.client.js?61cc:4)
    at Module../plugins/parallax.client.js (app.js:662)
    at __webpack_require__ (runtime.js:796)
    ...

Thanks in advance!

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
the94aircommented, Jan 3, 2020

The new update is insane @Aminerman. Fantastic work. Hats off!

1reaction
the94aircommented, Jan 3, 2020

Without <client-only> I get console error for this plugin

@kressso correct. It won’t work unless you make the parallax components global inside of your plugin file. importing the components inside of your template file the normal way will cause a warn (not an error).

Read more comments on GitHub >

github_iconTop Results From Across the Web

Nuxt - The Intuitive Vue Framework
Build your next Vue.js application with confidence using Nuxt. An open source framework making web development simple and powerful.
Read more >
What Is Nuxt.js? Learn More About the Intuitive Vue Framework
Nuxt.js works the same way a server-side framework works when a user visits a website. If server-side rendering is enabled, the requests are ......
Read more >
Nuxt.js over Vue.js: when should you use it and why | Bornfight
Nuxt.js is a frontend framework built upon Vue.js that offers great development features such as server side rendering, automatically generated ...
Read more >
When should you Use Nuxt.js instead of Vue.js?
Nuxt.js enables developers to build Server Side Rendered applications in which a Node.js server will deliver HTML to the client based on your ......
Read more >
What is Nuxt.js? - Vue School
Nuxt.js is a framework for creating Vue.js applications. Its goal is to help Vue developers take advantage of top-notch technologies, fast, easy and...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found