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
I'm trying to import this library to my project in laravel. have installed with NPM:
npm install slidebars --save-dev
Then I'm trying to import this library to my app.js file which has the following structure:
import jquery from 'jquery'; import popper from "popper.js"; try { window.$ = window.jQuery = jquery; window.Popper = popper.default; require('bootstrap'); require('slidebars'); } catch (exception) { console.log(exception); } $(document).ready(function () { let constructor = new slidebars(); });
run npm run watch but then in my browser I get the following error in the console:
ReferenceError: slidebars is not defined
Please, if you could help me, I have searched in different places, but I can not find a solution for it. Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
See #240 It's looks like the author @adchsm isn't active anymore so this PR is still open but it will probably fix your issue.
Sorry, something went wrong.
No branches or pull requests
I'm trying to import this library to my project in laravel. have installed with NPM:
npm install slidebars --save-dev
Then I'm trying to import this library to my app.js file which has the following structure:
run npm run watch but then in my browser I get the following error in the console:
ReferenceError: slidebars is not defined
Please, if you could help me, I have searched in different places, but I can not find a solution for it. Thank you very much in advance.
The text was updated successfully, but these errors were encountered: