1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-07 02:28:54 +08:00

go to vuera

This commit is contained in:
lana-k
2020-10-11 16:17:53 +02:00
parent 655f138905
commit 17353810da
5 changed files with 13 additions and 52 deletions

View File

@@ -57,6 +57,8 @@ import 'codemirror/addon/hint/show-hint.js'
import 'codemirror/addon/hint/show-hint.css'
import 'codemirror/addon/hint/sql-hint.js'
import PlotlyEditor from 'react-chart-editor'
export default {
name: 'TabContent',
props: ['id', 'initName', 'initQuery', 'initPlotly', 'tabIndex'],
@@ -64,7 +66,8 @@ export default {
codemirror,
SqlTable,
Splitpanes,
ViewSwitcher
ViewSwitcher,
PlotlyEditor
},
data () {
return {