Results 3 issues of Maksim Andreev

I have simple Vue component that fetches API key when it is created and key can be renewed by clicking on button: {{data.api_key}} refresh export default { created() { axios.get(this.url).then((response)...

It fixes disappearing Toolbox items on breakpoint change.

stale

This PR allows to listen for box size changes even without browser window resize. So if you have something like resizable grid with your components in it, your components will...