国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

vue項(xiàng)目中使用ueditor的實(shí)例講解

2019-11-19 14:14:25
字體:
供稿:網(wǎng)友

以vue-cli生成的項(xiàng)目為例

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/";//配置路徑設(shè)定為UEditor所放的位置</script>

5.editor組件

<template> <div>  <mt-button @click="geteditor()" type="danger">獲取</mt-button>  <script id="editor" type="text/plain" style="width:1024px;height:500px;"></script> </div></template><script>const UE = require('UE');// eslint-disable-lineexport default { name: 'editorView', data: () => (  {   editor: null,  } ), methods: {  geteditor() {   console.log(this.editor.getContent());  }, }, mounted() {  this.editor = UE.getEditor('editor'); }, destroyed() {  this.editor.destroy(); },};</script><style></style>

以上這篇vue項(xiàng)目中使用ueditor的實(shí)例講解就是小編分享給大家的全部內(nèi)容了,希望能給大家一個(gè)參考,也希望大家多多支持武林網(wǎng)。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 阜新市| 泰顺县| 张掖市| 卢湾区| 武安市| 黑龙江省| 武城县| 江孜县| 隆子县| 涿鹿县| 永州市| 涞源县| 苏州市| 积石山| 利津县| 惠来县| 元谋县| 广西| 彰武县| 疏勒县| 庄浪县| 井陉县| 闽侯县| 正安县| 额敏县| 淮安市| 克什克腾旗| 武城县| 崇礼县| 合江县| 鸡东县| 乐业县| 天水市| 泰和县| 凭祥市| 桐梓县| 合肥市| 轮台县| 胶南市| 抚宁县| 安阳县|