Marius Palade

Results 6 comments of Marius Palade

This project seems dead.

> Might be helpful. https://stackoverflow.com/questions/71414977/refs-inside-v-for-loop-for-vue-v3-2-25-or-above It doesn't help.

I ended up doing something like this, In ``, ```js ``` In ``, ```ts /** * Refs to EmailCard components */ const emailCards = ref([]); function addEmailCardRef(element: InstanceType) { if...

The issue is caused by this condition, https://github.com/logue/vue-codemirror6/blob/master/src/components/CodeMirror.ts#L370

Time to split this into multiple subtasks due to the huge amount of work required.

> Pinia : 100% yes. I was using Redux with React a year ago before coming to Quasar, and I saw Pinia (I skipped VueX but it seems to be...