提交 7e8f2c90 authored 作者: pengxiaohui's avatar pengxiaohui

update: tinymce模块封装

上级 2150dbd6
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
</template> </template>
<script> <script>
import AppCard from '@/components/base/AppCard.vue' import AppCard from '@/components/base/AppCard.vue'
import Tinymce from '@/components/tinymce/index.vue' import Tinymce from '@/components/appTinymce/index.vue'
import { keepUserManual, getUserManual } from '../api' import { keepUserManual, getUserManual } from '../api'
export default { export default {
components: { AppCard, Tinymce }, components: { AppCard, Tinymce },
...@@ -29,9 +29,6 @@ export default { ...@@ -29,9 +29,6 @@ export default {
this.fetchGetManual() this.fetchGetManual()
}, },
methods: { methods: {
handleKeep() {
console.log(this.content)
},
fetchSubmitManual() { fetchSubmitManual() {
const params = { const params = {
type: this.tabsActive type: this.tabsActive
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论