最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

vue.js - TimyMCE insert VUE component into editor - Stack Overflow

programmeradmin1浏览0评论

I did not find any information on how I can insert my Vue component into the TinyMCE text.

import StickerText from './Sticker.vue';

let stickerClick = (stickerId) => {

    tinymce.activeEditor.insertContent(`<StickerText>x</StickerText>`);
    tinymce.activeEditor.insertContent("<StickerText :stickerId='stickerId'>x</StickerText>");
    tinymce.activeEditor.insertContent(`<img src="e698a41a-c023-4627-bbd6-d5105d03b536.webp" alt="Inserted Image">`);
}
发布评论

评论列表(0)

  1. 暂无评论