下面我就為大家分享一篇vue專案中使用ueditor的實例講解,具有很好的參考價值,希望對大家有幫助。
以vue-cli產生的專案為例
#1.static資料夾下先放入ueditor檔案
2.index.html加入以下程式碼
#<script type="text/javascript" charset="utf-8" src="static/ueditor/ueditor.config.js"></script> <script type="text/javascript" charset="utf-8" src="static/ueditor/ueditor.all.min.js"></script>
#3.webpack.base.conf.js加入如下設定
externals: { 'UE': 'UE', },
4.index.html中新增
<script type="text/javascript"> window.UEDITOR_HOME_URL = "/static/ueditor/";//配置路径设定为UEditor所放的位置 </script>
#5.editor元件
上面是我整理給大家的,希望今後會對大家有幫助。 相關文章:vue實作樹狀選單效果
############VUE重點問題總結####### ########p5.js入門教學之鍵盤互動############################以上是透過在vue專案中使用ueditor(詳細教學)的詳細內容。更多資訊請關注PHP中文網其他相關文章!