Skip to content
New issue

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

BUG: can not get blobityInstance in vue #24

Open
3 tasks done
N-index opened this issue Sep 24, 2023 · 0 comments
Open
3 tasks done

BUG: can not get blobityInstance in vue #24

N-index opened this issue Sep 24, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@N-index
Copy link

N-index commented Sep 24, 2023

Describe your issue:
Can not get blobityInstance in vue
Demo: https://stackblitz.com/edit/vitejs-vite-qa3ezk?file=src%2FApp.vue

Blobity config or any additional relevant code used:

import useBlobity from 'blobity/lib/vue/useBlobity';
// blobityInstance is null.
const blobityInstance = useBlobity({
  zIndex: 1,
  // licenseKey: '...'
});

Before creating this issue, did you think of...:

  • Have you checked closed issues for similar/related problems?
  • Have you provided all helpful information available?
  • Have you considered creating a demo repository, or a link to your running project where the problem is reproducible?
@N-index N-index added the bug Something isn't working label Sep 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant