aak72dev
Results
2
comments of
aak72dev
trafficstars
@DanielFlaum, my research have next result: if used 2+ version: 1. **config** must have structure (root): ``` let config = { root: { type: "row", content: [{ type: 'component', componentType:...
Dragging and dropping dynamically created components to a tab (creating dynamic components in a tab)
@pbklink, thanks for your reply. I solved this problem very badly. I moved the **goldenLayout** variable outside of the component: **gl-main.vue** ``` init add import { defineComponent, Ref, shallowRef }...