Skip to content

Commit

Permalink
fix🐛: Ecarts cannot be displayed
Browse files Browse the repository at this point in the history
  • Loading branch information
梓安 committed Mar 20, 2022
1 parent ffd2470 commit 731d621
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/markdown-it-vue-light.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import MarkdownItFontAwsome from './markdown-it-font-awsome'
import 'github-markdown-css'
import 'markdown-it-latex/dist/index.css'
import echarts from 'echarts/dist/echarts.simple.min'
import * as echarts from 'echarts/dist/echarts.simple.min'
import flowchart from 'flowchart.js'
const DEFAULT_OPTIONS_LINK_ATTRIBUTES = {
Expand Down
2 changes: 1 addition & 1 deletion src/markdown-it-vue.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import MarkdownItImage from './markdown-it-image'
import 'github-markdown-css'
import 'markdown-it-latex/dist/index.css'
import echarts from 'echarts/dist/echarts.simple.min'
import * as echarts from 'echarts/dist/echarts.simple.min'
import mermaid from 'mermaid'
import flowchart from 'flowchart.js'
import ImageViewer from './markdown-it-image/image-viewer.vue'
Expand Down

0 comments on commit 731d621

Please sign in to comment.