mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-11 04:28:55 +08:00
Create an empty database #44
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div id="db">
|
||||
<div @click="schemaVisible = !schemaVisible" class="db-name">
|
||||
<tree-chevron :expanded="schemaVisible"/>
|
||||
<tree-chevron v-show="schema.length > 0" :expanded="schemaVisible"/>
|
||||
{{ dbName }}
|
||||
</div>
|
||||
<db-uploader id="db-edit" type="small" />
|
||||
|
||||
Reference in New Issue
Block a user