Open
Description
Describe the bug
There is no the Timeline tab in the devtools panel, that mentioned on the official site
Expected behavior
The Timeline tab that exists in the devtools panel
How to reproduce
Steps to reproduce the behavior:
-
Create a new Vue project with create-vue with these parameters:
-
Install dependencies with -
npm install
-
Launch the project with -
npm run dev