multi-connections and basic settings

This commit is contained in:
Gabriel Pastori
2023-11-06 18:44:35 -03:00
parent 687d9a1402
commit 6a9e1c54d4
7 changed files with 363 additions and 26 deletions

View File

@@ -39,7 +39,11 @@ export default {
}
},
},
watch: {},
watch: {
instance(val, oldVal) {
if (!val && oldVal) this.$router.push("/");
},
},
computed: {
instance() {