pinia-migration #2

Merged
gator merged 13 commits from pinia-migration into master 2022-12-02 18:22:54 +01:00
Showing only changes of commit 9cd0537717 - Show all commits

View File

@ -132,7 +132,7 @@
},
updateInitialState(event) {
const elem = event.target;
this.initial1dState = elem.value;
this.initialState = elem.value;
},
},
};