J
J
jazzus2018-12-05 15:27:55
Vue.js
jazzus, 2018-12-05 15:27:55

Is it possible to hide Json files in Laravel/Vue?

I am learning Vue.js + Laravel.
I am using Laravel Resource to generate json and send it to vue.
At the same time, in the Google Chrome panel, I see a json file in its entirety, with all the id and attributes that are not rendered on the site, but are used in the VUE logic.
I don't see this on other sites. Which sites did not open with javascript did not see at all in the json files panel, especially in the full set, like mine ..
Can I hide them? So that these json requests from vue are not displayed in the panel in any way.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
shmatuan, 2018-12-05
@jazzus

Everything on the frontend is not.
Because usually json does not come as a file, but as a response from the server

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question