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

Support for Vue.js #132

Open
simplenotezy opened this issue Oct 28, 2020 · 1 comment
Open

Support for Vue.js #132

simplenotezy opened this issue Oct 28, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@simplenotezy
Copy link

I am using npm to manage all my dependencies, and I have been unable to import this library. There's nothing in it in the documentation, apart from the react documentation.

With my old slider plugin I would do:

import Siema from 'siema';
@simplenotezy
Copy link
Author

Saw #118

Solved it like this:

import Glider from 'glider-js';

However, upon including the glider-compat.min.js file, I get a weird error from Nuxt/Vue:

render function or template not defined in component: ImageSlider

If I remove the import 'glider-js/glider-compat.min.js'; line it works fine.

Seeking support for Vue

@simplenotezy simplenotezy changed the title How do I import this library? Support for Vue.js Oct 28, 2020
@NickPiscitelli NickPiscitelli added the enhancement New feature or request label Nov 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants