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:
Antonio Anaya 2026-02-14 04:36:08 -06:00
parent 5a62b92f45
commit 610f963c4e
3 changed files with 11 additions and 11 deletions

View file

@ -66,6 +66,10 @@ export default {
};
},
async created() {
await this.readSettings();
},
methods: {
async safeReadSettings() {
if (!this.$store.state.connected) return;