modules icon indicating copy to clipboard operation
modules copied to clipboard

nuxt3 引入 mavoneditor 编辑器无效

Open zhongyuanpang opened this issue 2 years ago • 3 comments

mavon-editor.client.ts

import * as mavoneditor from 'mavon-editor';
import "mavon-editor/dist/css/index.css";

export default defineNuxtPlugin((nuxtApp) => {
    nuxtApp.vueApp.use(mavoneditor);
})

zhongyuanpang avatar Jun 25 '23 09:06 zhongyuanpang

已解决、需要安装最新版本

yarn add [email protected]

zhongyuanpang avatar Jun 27 '23 06:06 zhongyuanpang

已解决、需要安装最新版本

yarn add [email protected]

你的nuxt是什么版本,我把mavoneditor升级到3.0.0版本,但是还是一堆报错 image image

zhouzhouyaya avatar Feb 20 '24 02:02 zhouzhouyaya

已解决、需要安装最新版本

yarn add [email protected]

你的nuxt是什么版本,我把mavoneditor升级到3.0.0版本,但是还是一堆报错 图像 图像

3.6.5

zhongyuanpang avatar Mar 26 '24 01:03 zhongyuanpang