store message outside of room object

This commit is contained in:
grimhilt
2023-04-13 13:14:50 +02:00
parent 0b950ba7a7
commit 8cb1271f9a
4 changed files with 48 additions and 29 deletions

View File

@@ -110,7 +110,7 @@ function mailChange() {
<template>
<div>
<button @click="modal = true">Open Modal!</button>
<button @click="modal = true">Add Account</button>
<Modal v-if="modal" title="Add new account" @close-modal="modal = false">
<template v-slot:body>
<div class="field">