I'm a beginner with the Vuejs framework and I'm having a problem in using js libraries in my Vue project... I'll be so grateful if anyone could help me
btw I tried adding this in my main.js file and it didn't work
import template from './assets/js/template.js' Object.definePrototype(Vue.prototype, '$template', { value: template })
template.js is my js file
template.js
looks like? – choasia