79407253

Date: 2025-02-02 20:09:32
Score: 0.5
Natty:
Report link

I reproduced the situation in my machine. It seems like you forgot to add a return word in App.vue :). It works well and the checkbox is checked at first time

const snap = computed({
 get() {
    **return** appStore.getState().snap;
 },
 set(newValue: boolean) {
    appStore.setSnap(newValue);
 } 
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mücahit Çoban