vue-markdown-editor icon indicating copy to clipboard operation
vue-markdown-editor copied to clipboard

使用preview报错langConfig报undefined

Open tonghehui opened this issue 1 year ago • 0 comments

看previe.vue里文件没有声明或接收langConfig这个变量,我使用的版本是1.17.11,虽说可以正常使用,但是每次打开console都报两个 错误是不是不好

vue.runtime.esm.js:4610 [Vue warn]: Error in getter for watcher "langConfig": "TypeError: Cannot read properties of undefined (reading 'undefined')"

vue.runtime.esm.js:3058 TypeError: Cannot read properties of undefined (reading 'undefined') at VueComponent.langConfig (preview.js:1:9099)

tonghehui avatar Sep 04 '23 01:09 tonghehui