Open eather009 opened 6 years ago
Solved with
Vue.loadScript("../../static/js/jquery.js") .then(() => { Vue.loadScript("../../static/js/plugins.js") .then(() => { Vue.loadScript("../../static/js/functions.js") .then(() => {}) .catch((ee) => {
});
})
.catch((ee) => {});
})
.catch((ee) => {});
I am getting error with VueJS project. I have bought Canvas html templates and got animsition as used plugin there. When I see demo, that works fine, but when implement with VueJS I am getting following error
Following code gives the result
Is there any solution for this? I have to prepare a project within short time to show demo. Please help