06 2022 档案

摘要:1、 import { createRouter, createWebHashHistory, RouteRecordRaw } from "vue-router" function getRoutes() { const { routes } = loadRouters(); /** * rout 阅读全文
posted @ 2022-06-23 13:53 王希有 阅读(457) 评论(0) 推荐(0)
摘要:const editorConfig = { placeholder: '请输入内容...', MENU_CONF: {} } editorConfig.MENU_CONF['uploadImage'] = { async customUpload(file, insertFn) { const { 阅读全文
posted @ 2022-06-22 16:03 王希有 阅读(2503) 评论(0) 推荐(0)
摘要:官网 https://www.wangeditor.com/v5/for-frame.html#vue3 1、查看所有工具栏 const handleCreated = (editor) => { editorRef.value = editor // 记录 editor 实例,重要! // 查看所 阅读全文
posted @ 2022-06-22 16:00 王希有 阅读(12554) 评论(1) 推荐(0)