Add TCP Middlewares support

This commit is contained in:
Romain 2021-06-11 15:30:05 +02:00 committed by GitHub
parent 679def0151
commit fc9f41b955
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
134 changed files with 5865 additions and 1852 deletions

View file

@ -85,7 +85,7 @@ export default {
}
},
beforeDestroy () {
this.$store.commit('http/getAllServicesClear')
this.$store.commit('tcp/getAllServicesClear')
}
}
</script>