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 },
...
],
使用
使用的方式:
相关内容
- [5 Mins Docker] Build an AI-driven Online Chart Editor – Next-AI-Draw.io
- Azure Free DB (Azure SQL Database – Always free, Azure Database for MySQL – 12 Months)
- A free version of ChatGPT – Free 2.5 Years until June 2027
- Free 12 Months Google Gemini AI Pro (Bypass Student Verification)
- Upgrade FreeRDP to 2.11.7+dfsg1-6~deb12u1 for Guacamole Installation on Debian 12
- Deploy Apache Guacamole 1.6.x on Debian 12 (Bookworm) (Tomcat9, MariaDB, Guacd)

共有 0 条评论