Questions tagged [vue-devtools]

Questions related to the Chrome and Firefox DevTools extension for debugging Vue.js applications.

Relevant Links:

79 questions
0
votes
1 answer

Vue component not showed in vue dev tools

I'm using vue js on laravel, i have two different file app.js and app-filter.js in my resource/js folder what i want is to call the app-filter.js on specific page but the app js is always called for each page: in my app-filter.js i have const filter…
Michel Gisenaël
  • 211
  • 1
  • 2
  • 15
0
votes
1 answer

Accessing top-level Vue data in nested getter/setter