V
V
Vyacheslav Klimov2020-07-22 10:50:07
Vue.js
Vyacheslav Klimov, 2020-07-22 10:50:07

How to find where vue is fetching data from the server?

There is a shop site. Someone once made a basket on it using vue. In that basket there is, as usual, a form and a drop-down list of offline stores is loaded in it with ajax. One of them has changed its name and needs to be corrected.
Actually the problem is that I can not find where and from what this list is formed. Somewhere there is a php script that generates this list, but where is it ...
Never worked with vue before. I know a little native js, a little jquery.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Korotenko, 2020-07-22
@KlVV

Open the browser debug console and filter xnr there will be the address of the script and the answer, and edit there

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question