forked from lesion/plaid
remove test code
This commit is contained in:
parent
cfd4366718
commit
5bf18f7a85
1 changed files with 2 additions and 7 deletions
|
@ -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()
|
||||
},
|
||||
},
|
||||
})
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue