dockview icon indicating copy to clipboard operation
dockview copied to clipboard

Better Vue integration

Open thezboe opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe. The Vue integration works, but doesn't take advantage of nor allow us to use Vue's great features. It's difficult to get params into dockview components, and params nor event handlers can't be passed to title bar actions because of how they are programmatically created.

Describe the solution you'd like Take advantage of Vue's slot system to allow the user to defined the components they want docked inside DockView and actions in the title bar.

thezboe avatar Apr 09 '25 15:04 thezboe