kun 191127 00:27
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div ref="scheduling"></div>
|
||||
<div ref="scheduling" id="scheduling"></div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
@@ -20,6 +20,7 @@ export default {
|
||||
mounted () {
|
||||
_this = this
|
||||
phoneEditor = new E(this.$refs.scheduling)
|
||||
phoneEditor.customConfig.pasteFilterStyle = false
|
||||
phoneEditor.customConfig.onchange = html => {
|
||||
_this.$emit('scheduling', html)
|
||||
}
|
||||
@@ -62,5 +63,6 @@ export default {
|
||||
#scheduling {
|
||||
width: 100%;
|
||||
height: 250px;
|
||||
font-family: "宋体" !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user