Revadike
Revadike
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
Thanks for thinking with me
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
🙄 😮‍💨
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
so the ultimate fix is doing
:row-props="({ item }) => ({ class: getRowClass(item) })"
:row-props="({ item }) => ({ class: getRowClass(item) })"
instead of
:row-props="(item) => ({ class: getRowClass(item) })"
:row-props="(item) => ({ class: getRowClass(item) })"
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
i can rest now
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
finally
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
but whatever, if I use item.item it works and no errors either
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
it may be a bug with vuetify itself?
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
no idea why it sometimes uses item and sometimes item.item
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
using item.item now and its finally working
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
ok
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
those undefined are because they are item.item
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
interesting
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
as u can see in the log
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
because sometimes its not
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
but even if so, I have no idea why
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
i think thats the problem?
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
appid is undefined
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
no
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
I added this, and it seems working
inTradelist: state => appid => {
if (appid === undefined) { return true; }
inTradelist: state => appid => {
if (appid === undefined) { return true; }
59 replies
NNuxt
Created by Revadike on 1/3/2025 in #❓・help
Responsive component property racing pinia store
i believe that's the issue here
59 replies