François Marie
François Marie
Well, I re-installed to test it on one of my live repository, there is already something appearing but I am not sure this is the whole story and the displayed...
Wow, sorry for latency - I didn't see the notification. Well, I didn't even know such a thing as g-l 2 existed - I thought the project just got back...
There is no official plan to update indeed as Vue3 is really different...
I didn't take time to create an electron project to make the test, but it seems to me the injection problem is due to a `vgl` component not to be...
Oh - sorry - I guess one has no notifications when the bug is closed. Well, please describe what you mean by "when I tried to destroy the gl-component" -...
I really tried several time unsuccessfully to find out the bug or even a case where @destroy is called twice on a component. A sand-box with the error would definitely...
I finally found the origin of the error. Indeed, the "destroy stack 2" I don't know why, destroys *both* the stacks. It seems that it occurs when the stacks container...
> For now, I can only advise you a workaround by putting the `gl-row` in a `gl-col` who contains only this element The solution is really cost-less - and the...
I unfortunately don't have a "small" repo. I am working [here](https://github.com/eddow/vue-golden-layout/tree/rollup), trying to migrate from `webpack` to `rollup`. The import in `rollup.config.js` can be changed to `rollup-plugin-typescript2` to see the...