Skip to content

Commit

Permalink
Merge pull request #65 from Zian502/dev
Browse files Browse the repository at this point in the history
fix🐛:  Ecarts cannot be displayed
  • Loading branch information
ravenq authored Mar 23, 2022
2 parents ffd2470 + 731d621 commit 128750e
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 128750e

Please sign in to comment.