We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't find DOM document on loaded browser page. I've turned off all functions calls except npm import.
500 document is not defined at Object. (C:\...\node_modules\jarallax\src\utils\getWindowSize.js:38:1)
I use jarallax package 2.2.0 into project with Nuxt3, Vue3 and TypeScript.
<template> ... </template> <script setup lang="ts"> import { jarallax } from 'jarallax'; ... </script>
The text was updated successfully, but these errors were encountered:
Need to move script to plugins directory and add client suffix
Sorry, something went wrong.
No branches or pull requests
Issue description:
Can't find DOM document on loaded browser page.
I've turned off all functions calls except npm import.
500 document is not defined at Object. (C:\...\node_modules\jarallax\src\utils\getWindowSize.js:38:1)
Version used:
I use jarallax package 2.2.0 into project with Nuxt3, Vue3 and TypeScript.
Code to reproduce the issue
The text was updated successfully, but these errors were encountered: