The old vue devtools (browser plugin) allowed to access the currently selected component instance via $vm in the browser console. This was quite handy if you wanted to trigger some exposed functions or similar. Are there any plans on bringing this feature back?

The old vue devtools (browser plugin) allowed to access the currently selected component instance via
$vmin the browser console. This was quite handy if you wanted to trigger some exposed functions or similar. Are there any plans on bringing this feature back?