nuxt / modules

Discover the Nuxt modules to add any CMS, Database, UI, Auth and integrations into your Vue application.
https://nuxt.com/modules
MIT License
946 stars 260 forks source link

nuxt3 引入 mavoneditor 编辑器无效 #676

Open zhongyuanpang opened 1 year ago

zhongyuanpang commented 1 year ago

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 commented 1 year ago

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

yarn add mavon-editor@3.0.0-beta
zhouzhouyaya commented 9 months ago

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

yarn add mavon-editor@3.0.0-beta

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

zhongyuanpang commented 7 months ago

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

yarn add mavon-editor@3.0.0-beta

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

3.6.5