vuepress-plugin-mermaidjs icon indicating copy to clipboard operation
vuepress-plugin-mermaidjs copied to clipboard

Doesn't work with vuepress 2

Open jinguoliu opened this issue 3 years ago • 0 comments

package.json

"devDependencies": {
    "@vue/component-compiler-utils": "^3.3.0",
    "@vuepress/shared-utils": "^1.9.7",
    "lru-cache": "^7.7.3",
    "vuepress": "^2.0.0-beta.36",
    "vuepress-plugin-mermaidjs": "^2.0.0-beta.2",
    "webpack": "^5.71.0"
  }

Error in browser console

Uncaught (in promise) TypeError: mermaid.initialize is not a function
    at mermaid.js:39:29

jinguoliu avatar Apr 06 '22 09:04 jinguoliu