Attila Szeremi
Attila Szeremi
Oh I see. Yes you should be seeing it as vue-for-idea Which version of Webstorm do you have?
It appears that that is build 141.3058 whereas in the plugin repo it says the minimum build is 143+ https://plugins.jetbrains.com/plugin/8123?pr= You are going to need to upgrade your Webstorm to...
It takes me 15 minutes after every little push for my project to be built, because the node npm packages keep getting installed from scratch over and over again. So...
Note that one of the challenges here are the fact that it's expected that on the document object you can access its methods directly with `->` like a reference, yet...
Alright so this is happening because of Vue 2.0. This is not a bug, but expected behavior. The key is with the comment here: http://archive.forum.vuejs.org/post/10869 Basically in order to get...
I need to re-open this, because it appears that I'm wrong. Unfortunately doing the separation between prop and local changes aren't enough, because although it will work for dragging around,...
Unfortunately I don't quite know. It is like a group where items within a bag can only be moved to places where there's a bag with the same value. Kind...
@Astray-git as far as I know, `key` is for optimizing re-rendering by not having to re-render bits where they their subdom is already in the correct place and in the...
Have you tried doing `:effect-allowed="'move'"` or `effect-allowed="move"`? The value needs to be a string, not an array.
I would also like for there to be some **option to not show an overlay in specific cases** of an error boundary. It should definitely **be explicit**; so something should...