1
0
Fork 0
forked from lesion/plaid

remove test code

This commit is contained in:
boyska 2023-10-13 22:49:57 +02:00
parent cfd4366718
commit 5bf18f7a85

View file

@ -13,12 +13,7 @@ export const useRadioStore = defineStore("radio", {
},
};
},
// could also be defined as
// state: () => ({ count: 0 })
actions: {
cambia() {
const oneRadio = Object.keys(this.radios)[0];
this.radios[oneRadio].name = "asd " + Math.random()
},
},
})
});