You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually this is not really an issue. I am trying to use argon dashboard pro with Meteor Blaze. I have kept all js files in /imports/assets/js and importing them to main.js
Version
2.0.5
Reproduction link
https://www.creative-tim.com/product/argon-dashboard-pro
Operating System
mac
Device
Macbook
Browser & Version
Chrome
Steps to reproduce
Actually this is not really an issue. I am trying to use argon dashboard pro with Meteor Blaze. I have kept all js files in /imports/assets/js and importing them to main.js
import { $ } from 'meteor/jquery';
import '/imports/assets/js/core/bootstrap.min.js';
import '/imports/assets/js/plugins/perfect-scrollbar.min.js';
import '/imports/assets/js/plugins/smooth-scrollbar.min.js';
import '/imports/assets/js/argon-dashboard.min.js';
What is expected?
Somehow the application is not responsive.
What is actually happening?
I actually use a lot of your dashboard template with meteor. This is the first time i am having such issue. any recommendation?
Solution
Additional comments
The text was updated successfully, but these errors were encountered: