File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ import MarkdownItFontAwsome from './markdown-it-font-awsome'
26
26
import ' github-markdown-css'
27
27
import ' markdown-it-latex/dist/index.css'
28
28
29
- import echarts from ' echarts/dist/echarts.simple.min'
29
+ import * as echarts from ' echarts/dist/echarts.simple.min'
30
30
import flowchart from ' flowchart.js'
31
31
32
32
const DEFAULT_OPTIONS_LINK_ATTRIBUTES = {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ import MarkdownItImage from './markdown-it-image'
40
40
import ' github-markdown-css'
41
41
import ' markdown-it-latex/dist/index.css'
42
42
43
- import echarts from ' echarts/dist/echarts.simple.min'
43
+ import * as echarts from ' echarts/dist/echarts.simple.min'
44
44
import mermaid from ' mermaid'
45
45
import flowchart from ' flowchart.js'
46
46
import ImageViewer from ' ./markdown-it-image/image-viewer.vue'
You can’t perform that action at this time.
0 commit comments