ui_migration fix(deps): VUE3 migration goal_1, Resolved core dependencies for the UI migration. Remaining warnings are non-critical and do not affect runtime stability.
This commit is contained in:
parent
5a62b92f45
commit
610f963c4e
3 changed files with 11 additions and 11 deletions
|
|
@ -66,6 +66,10 @@ export default {
|
|||
};
|
||||
},
|
||||
|
||||
async created() {
|
||||
await this.readSettings();
|
||||
},
|
||||
|
||||
methods: {
|
||||
async safeReadSettings() {
|
||||
if (!this.$store.state.connected) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue