sine axi
sine axi
I had the same problem, it's ugly, but I solved it with: ``` ``` .... ``` data() { return { showCarousel: false, }; }, mounted() { this.showCarousel = true; },...
There is a way for vuex, when data gets passed via Object.freeze(data)
Thank you for being interested in the usecase... It's about the configuration of a book. There are some presets from different categories (coming once from an API) and they never...
Hey @vesper8, well so far, i think there are no lifecyclehooks, it's part of https://github.com/vuex-orm/vuex-orm-next/milestone/1 (https://github.com/vuex-orm/vuex-orm-next/issues/12). So my colleagues wrote an additional plugin be able to use the hooks. Other...
You can add via CSS `touch-action: none;` to your scrolling container. That helped me to get rid of the error
I've got the same problem. I'm using dev-version 2.0. All of a sudden, I had some entries of news-articles in the table, no page at all. I don't know how...
Ok, i tried all the step you wrote. What i found out is that the articles, that are inserted into the table, are articles from the rss-feed, the feed.rss-page, the...
Oh, i think I know the reason it wasn't working anymore... What i changed was that i included a partial with render uncache: It was included to all pages except...
I think we have to look at the API and the storage separately. About the API: 1. Go with your proposal and add prepare() and resolve() methods to each model...
Hello and sorry for answering so late! I understand the problem about the global state, maybe with `VuexORM.startTransaction()`, I didn't choose a good name for what to do. My thought...