Fix #5307
This commit is contained in:
parent
9153434906
commit
958ec7b03f
2 changed files with 15 additions and 2 deletions
|
|
@ -124,6 +124,10 @@ export default Vue.extend({
|
|||
});
|
||||
},
|
||||
|
||||
beforeDestroy() {
|
||||
room.destroy();
|
||||
},
|
||||
|
||||
methods: {
|
||||
async add() {
|
||||
const { canceled, result: id } = await this.$root.dialog({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue