Nuxt 引入 mavon-editor
install依赖
先 install mavon-editor 插件 npm install mavon-editor --save
配置plugins
然后,配置plugins, mavon-editor.js
import Vue from 'vue';
import mavonEditor from 'mavon-editor';
import 'mavon-editor/dist/css/index.css';
Vue.use(mavonEditor);
配置nuxt.config.js
接着配置 nuxt.config.js
plugins: [
{src: '@plugins/mavon-editor', ssr: false },
...
],
使用
使用的方式:
相关内容
- AI 生成的图片 – NSFW – 扶她向
- Step by Step Deploy Guacamole with MySQL DB (Native Installation from Command Line)
- [5 Min Docker] Deploy Qinglong Panel – A scheduling task management panel into Cloud
- CyberArk Tips and Tricks
- RDS Installation on Windows 2025 Server (All in One Quick Deployment)
- 李宗瑞29.73G终极完整版本 mp4无失真压縮版5.73
共有 0 条评论