apiWorkers import from '/workers.api'; // address of url from laravel full path too does not plow
export default {
data(){
return{
btn_txt: "Search",
apiWorkers
}
}
}
the <script>
apiWorkers import from './workers.json'; //regular file in the same folder
export default {
data(){
return{
btn_txt: "Search",
apiWorkers
}
}
}
</script>
Find more questions by tags Vue.js