mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-25 05:37:43 -06:00
multi-connections and basic settings
This commit is contained in:
@@ -39,7 +39,11 @@ export default {
|
||||
}
|
||||
},
|
||||
},
|
||||
watch: {},
|
||||
watch: {
|
||||
instance(val, oldVal) {
|
||||
if (!val && oldVal) this.$router.push("/");
|
||||
},
|
||||
},
|
||||
computed: {
|
||||
|
||||
instance() {
|
||||
|
||||
Reference in New Issue
Block a user