1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2026-08-05 07:19:17 +08:00

fix import

This commit is contained in:
lana-k
2026-07-12 21:56:29 +02:00
parent 4e9d1a785c
commit 686a09a8ce

View File

@@ -45,7 +45,7 @@
<script>
import { applyPureReactInVue } from 'veaury'
import plotly from 'plotly.js/dist/plotly'
import plotly from 'plotly.js'
import 'react-chart-editor/lib/react-chart-editor.css'
import ReactPlotlyEditorWithPlotRef from '@/lib/ReactPlotlyEditorWithPlotRef.jsx'
import chartHelper from '@/lib/chartHelper'