1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
This commit is contained in:
lana-k
2024-01-06 11:23:23 +01:00
parent 78e9ca2120
commit 42f040975d
7 changed files with 518 additions and 163 deletions

View File

@@ -6,6 +6,7 @@
:key="format.value"
type="button"
:aria-selected="currentFormat === format.value"
:class="format.value"
@click="currentFormat = format.value"
>
{{ format.text }}
@@ -13,6 +14,7 @@
<button
type="button"
class="copy"
@click="copyToClipboard"
>
Copy