Does it work on nuxt?
See original GitHub issueHi, 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:
- Created 4 years ago
- Comments:6 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The new update is insane @Aminerman. Fantastic work. Hats off!
@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).