Skip to content
This repository was archived by the owner on Oct 18, 2025. It is now read-only.

Browser Setup

Frank Matranga edited this page May 20, 2019 · 2 revisions

a. Install vue-devtools Extension

VueJS provides a browser extension for Chrome and Firefox here. It is extremely useful and makes debugging LATE very easy.

You can use it to inspect the page in terms of the Vue components that it comprises. You can see the hierarchy of components, view and modify component data, view component props, and computed properties.

[add screenshots here]

Clone this wiki locally