dockview icon indicating copy to clipboard operation
dockview copied to clipboard

feat: make sure panel vue component be child of DockViewVue component

Open chuyuandu opened this issue 6 months ago • 3 comments

In vue3 project register multi Vue3 panel component component instance is not child of DockViewVue instance, so provide/inject feature lost use teleport to render component to target, keep vue component instance tree structure.

chuyuandu avatar Jul 31 '24 10:07 chuyuandu