-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Closed
Description
What problem does this feature solve?
It's a nice feature to edit data right in vue-devtools
But I also want to test components in console by calling their methods etc during development
For now, I just write window.a = this in created hook
It would be nice to have "Store as global variable" button in components section that will just put the component instance in some global variable
What does the proposed API look like?
Just a button near "Scroll to view" (here) that will copy component instance to a global variable
Metadata
Metadata
Assignees
Labels
No labels