Mitko Georgiev

Results 6 comments of Mitko Georgiev

Edit: I think the intended way to use `index()` is to just capture the result of the call: ```javascript async function getItems () { const response = await this.$model('item').http.index() this.items...

Because `this.$root.$options.i18n.te(path, locale)` messed up unit tests for me I went with a solution like this: My translations are nested under another key like this ```js category: { provider: {...

For anyone still looking, until this feature is realized - [Floating Vue](https://floating-vue.starpad.dev) is what worked perfectly for me for this case.

@vlmonk a thousand thanks. This is the only solution that worked for me. I just had to require and use the plugin in my **webpack.config.js** also. This is my environment:...

Thanks for your response @sighphyre. Yeah reducing network overhead is part of it, and another part is security - the same logic as returning only the currently enabled toggles when...

Thanks for implementing my suggestion @mesemus :) It would be great if you could merge it in the Vue 2 branch as well.