mirror of
https://github.com/lana-k/sqliteviz.git
synced 2025-12-08 02:58:54 +08:00
add tab switcher
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<schema />
|
||||
</div>
|
||||
<div slot="right-pane">
|
||||
<tab-content />
|
||||
<tabs />
|
||||
</div>
|
||||
</splitpanes>
|
||||
</div>
|
||||
@@ -18,14 +18,14 @@
|
||||
<script>
|
||||
import Splitpanes from '@/components/splitpanes'
|
||||
import Schema from '@/components/Schema'
|
||||
import TabContent from '@/components/TabContent'
|
||||
import Tabs from '@/components/Tabs'
|
||||
|
||||
export default {
|
||||
name: 'Editor',
|
||||
components: {
|
||||
Schema,
|
||||
Splitpanes,
|
||||
TabContent
|
||||
Tabs
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user