tests to mysql (not working)

This commit is contained in:
grimhilt
2023-04-11 18:19:47 +02:00
parent 49e8ec64e0
commit 8cc738c9b2
2 changed files with 49 additions and 1 deletions

View File

@@ -107,7 +107,7 @@ const classes = (): string => {
</div>
<div class="content" :class="[classes()]">
<iframe ref="iframe"></iframe>
<div class="options">options</div>
<div class="options">options {{ props?.msg?.flags }}</div>
</div>
</div>
</template>