Debu Shinobi

Results 1 comments of Debu Shinobi

This worked in my case. > Create a `config` folder right where `main.js` is. > In that folder create `setup-component.js` file. ``` import WHAT from '../where/notsurewhere'; function setupComponents(Vue) { Vue.component('what',...