You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
控制台告知我Mditor not defined
然后我通过npm 安装 mditor
在.vue文件中
import Mditor from 'mditor'
控制台输出信息
[Vue warn]: Error in nextTick: "TypeError: __WEBPACK_IMPORTED_MODULE_0_mditor___default.a.fromTextarea is not a function"
found in
---> <AddRes> at C:\git\OSCourse\oscweb\src\components\add_res.vue
<App> at C:\git\OSCourse\oscweb\src\App.vue
<Root>
希望知道如何在vue项目中使用mditor
希望可以增加一个vue项目使用的demo
The text was updated successfully, but these errors were encountered:
小白看完文档想在vue-cli的项目使用 mditor 发现报错
我在vue-cli 项目的index.html中引入
在使用的时候
控制台告知我Mditor not defined
然后我通过npm 安装 mditor
在.vue文件中
控制台输出信息
The text was updated successfully, but these errors were encountered: