tijiao
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<view class="richtext" style="height: 100%;">
|
||||
|
||||
<piaoyiEditor :height="height" :placeholder="placeholder" :values="values" @changes="saveContens" :readOnly="readOnly" :photoUrl="photoUrl" :api="api" :name="name"/>
|
||||
|
||||
|
||||
@@ -43,6 +44,8 @@
|
||||
methods: {
|
||||
saveContens(e) {
|
||||
this.txt = e.html
|
||||
this.$emit('saveContens', this.txt)
|
||||
|
||||
}
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
|
||||
Reference in New Issue
Block a user