1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 18:48:55 +08:00

use only camel case for props

This commit is contained in:
lana-k
2025-03-30 21:01:06 +02:00
parent 559e04200c
commit 77df3a8446
21 changed files with 111 additions and 109 deletions

View File

@@ -9,7 +9,7 @@
v-if="hint"
class="hint"
:hint="hint"
:max-width="maxHintWidth || '149px'"
:maxWidth="maxHintWidth || '149px'"
/>
</div>
<input