Ckeditor ไม่ทำงานใน vue js พร้อม laravel 5.5

ฉันได้ลองใช้ Ckeditor js แล้วและกับแพ็คเกจ vue ด้วย

ฉันไม่รู้ว่าจะเริ่มต้น CKeditor ใน vue js ได้ที่ไหน


person nlagdhir    schedule 04.01.2018    source แหล่งที่มา


คำตอบ (1)


คุณสามารถค้นหาผลลัพธ์ได้หลายรายการด้วยการค้นหา:

  • dangvanthanh/vue-ckeditor2: ส่วนประกอบที่พร้อมใช้งานพร้อมการติดตั้ง ตัวอย่าง

  • ใน Stackoverflow @bflydesign ถามวิธีใช้ CKEditor กับ vue.js - 2 หลายปีก่อน

  • Christopher Wilson นำตัวอย่างการทำงานไปใช้ใน Codepen

<p data-height="265" data-theme-id="0" data-slug-hash="vmbNVp" data-default-tab="js,result" data-user="CSWApps" data-embed-version="2" data-pen-title="CKEditor v4 & Vue.js v2" class="codepen">See the Pen <a href="https://codepen.io/CSWApps/pen/vmbNVp/">CKEditor v4 & Vue.js v2</a> by Christophor Wilson (<a href="https://codepen.io/CSWApps">@CSWApps</a>) on <a href="https://codepen.io">CodePen</a>.</p>
<script async src="https://production-assets.codepen.io/assets/embed/ei.js"></script>

person fab    schedule 04.01.2018