阅读量:0
<template> <div class="dm_box"> <div class="dm_main"> <div ref="editorElem" class="eidtor" style="text-align: left"></div> </div> </div> </template> <script> import wangeditor from "wangeditor"; import AlertMenu from "@/utils/alertMenu"; import store from '@/store/index' import { ElElMessage } from 'element-plus'; import { cookieSet, cookieGet } from "@/utils/cookie" export default { props: ['type', 'detail'], data() { return { ruleForm: {}, edihtml:'', title: "", wangeditorLoading: Boolean, editor: null, editorContent: "", }; }, created() { }, watch:{ detail(val){ console.log