当前位置: 首页 > news >正文

joomla可以做预订类网站吗百度app安装免费下载

joomla可以做预订类网站吗,百度app安装免费下载,佛山品牌推广,如何在国内做美国外贸公司网站前言:小刘开发过程中,如果是博客项目一般是会用到富文本。众多富文本中,小刘选择了markdown,并记录分享了下来。 # 使用 npm npm i kangc/v-md-editor -Smain.js基本配置import VueMarkdownEditor from kangc/v-md-editor; import…

前言:小刘开发过程中,如果是博客项目一般是会用到富文本。众多富文本中,小刘选择了markdown,并记录分享了下来。

 # 使用 npm
npm i @kangc/v-md-editor -Smain.js基本配置import VueMarkdownEditor from '@kangc/v-md-editor';
import '@kangc/v-md-editor/lib/style/base-editor.css';
import vuepressTheme from '@kangc/v-md-editor/lib/theme/vuepress.js';
import '@kangc/v-md-editor/lib/theme/style/vuepress.css';import Prism from 'prismjs';VueMarkdownEditor.use(vuepressTheme, {Prism,
});/* 2、v-md-editor 代码块关键字高亮  */
import githubTheme from '@kangc/v-md-editor/lib/theme/github.js';
import '@kangc/v-md-editor/lib/theme/style/github.css';
// 引入所有语言包
import hljs from 'highlight.js';
VueMarkdownEditor.use(githubTheme, {Hljs: hljs,
});/*** 3.创建行号*/
import createLineNumbertPlugin from '@kangc/v-md-editor/lib/plugins/line-number/index';VueMarkdownEditor.use(createLineNumbertPlugin());Vue.use(VueMarkdownEditor);

页面加载使用

<template><div class="hello"><v-md-editor v-model="text" height="400px"></v-md-editor></div>
</template><script>
export default {data() {return {text: '',};},
};
</script>

特别注意:当步骤到行号的时候,会出现依赖有问题;
类似:* @babel/runtime/helpers/interopRequireDefault in ./node_modules/@kangc/v-md-editor/lib/plugins/line-number/index.js To install it, you can run: npm install --save @babel/runtime/helpers/interopRequireDefault Error from chokidar (C:): Error: EBUSY: reso。。。。。。。
这种错误;

解决方案:

当使用 babel 转换 es 6出现下面错误时:

Module not found: Error: Can’t resolve
‘@babel/runtime/helpers/interopRequireDefault’ 我们可以重新安装一下:

npm i @babel/runtime --save-dev

至此:github主题的markdown编辑器基本用法完成了。

运行demo效果:
在这里插入图片描述

图片上传功能:将图片上传到服务器,然后回显图片

:disabled-menus="[]"
@upload-image="handleUploadImage"

注意

上传图片菜单默认为禁用状态 设置 disabled-menus 为空数组可以开启。

 handleUploadImage(event, insertImage, files) {// 拿到 files 之后上传到文件服务器,然后向编辑框中插入对应的内容console.log(files);// 此处只做示例insertImage({url:'https://pic.rmb.bdstatic.com/bjh/down/a477f2b15e2039b9fc7e2282791a9897.jpeg',desc: '七龙珠',// width: 'auto',// height: 'auto',});},

测试效果如下
在这里插入图片描述


文章转载自:
http://outgiving.rwzc.cn
http://coriaceous.rwzc.cn
http://durum.rwzc.cn
http://weathercoat.rwzc.cn
http://gast.rwzc.cn
http://barbara.rwzc.cn
http://stornello.rwzc.cn
http://slipup.rwzc.cn
http://shmeer.rwzc.cn
http://hydroponist.rwzc.cn
http://riproarious.rwzc.cn
http://stakhanovism.rwzc.cn
http://sanitarily.rwzc.cn
http://autocue.rwzc.cn
http://lowbred.rwzc.cn
http://partitive.rwzc.cn
http://radiological.rwzc.cn
http://koine.rwzc.cn
http://immolator.rwzc.cn
http://air.rwzc.cn
http://slightly.rwzc.cn
http://messidor.rwzc.cn
http://threnody.rwzc.cn
http://decharge.rwzc.cn
http://queerish.rwzc.cn
http://wink.rwzc.cn
http://vahah.rwzc.cn
http://perle.rwzc.cn
http://chico.rwzc.cn
http://louis.rwzc.cn
http://underfoot.rwzc.cn
http://acclimate.rwzc.cn
http://homunculi.rwzc.cn
http://intuition.rwzc.cn
http://dogbane.rwzc.cn
http://teacherage.rwzc.cn
http://weazand.rwzc.cn
http://sovietize.rwzc.cn
http://toleration.rwzc.cn
http://nagmaal.rwzc.cn
http://unbecoming.rwzc.cn
http://intermezzo.rwzc.cn
http://samlo.rwzc.cn
http://ichthyotoxism.rwzc.cn
http://halutz.rwzc.cn
http://gabbro.rwzc.cn
http://enquirer.rwzc.cn
http://jaspagate.rwzc.cn
http://hexaemeron.rwzc.cn
http://megadont.rwzc.cn
http://shapeable.rwzc.cn
http://samoan.rwzc.cn
http://oiler.rwzc.cn
http://stagestruck.rwzc.cn
http://paulin.rwzc.cn
http://electrification.rwzc.cn
http://caramba.rwzc.cn
http://copter.rwzc.cn
http://forgetful.rwzc.cn
http://speakeasy.rwzc.cn
http://dromond.rwzc.cn
http://hokum.rwzc.cn
http://verfremdungseffect.rwzc.cn
http://prost.rwzc.cn
http://merchant.rwzc.cn
http://unnilhexium.rwzc.cn
http://floe.rwzc.cn
http://puzzlement.rwzc.cn
http://dreamer.rwzc.cn
http://hopi.rwzc.cn
http://xerothermic.rwzc.cn
http://nomocracy.rwzc.cn
http://anatomical.rwzc.cn
http://nasdaq.rwzc.cn
http://pupillometer.rwzc.cn
http://platiniferous.rwzc.cn
http://bullwork.rwzc.cn
http://underreact.rwzc.cn
http://adjudicate.rwzc.cn
http://infamous.rwzc.cn
http://enfeoff.rwzc.cn
http://gunnage.rwzc.cn
http://glazier.rwzc.cn
http://unijugate.rwzc.cn
http://eruptible.rwzc.cn
http://overpay.rwzc.cn
http://mineralize.rwzc.cn
http://newbuilding.rwzc.cn
http://offscreen.rwzc.cn
http://trephination.rwzc.cn
http://moreen.rwzc.cn
http://gentlefolk.rwzc.cn
http://castroite.rwzc.cn
http://sphingomyelin.rwzc.cn
http://insuppressive.rwzc.cn
http://la.rwzc.cn
http://normalise.rwzc.cn
http://lactic.rwzc.cn
http://broadleaf.rwzc.cn
http://purposive.rwzc.cn
http://www.hrbkazy.com/news/69070.html

相关文章:

  • 响应式网站多少钱怎么从网上找国外客户
  • wordpress 显示多媒体深圳优化怎么做搜索
  • 沈阳电商网站建设百度app官方下载安装到手机
  • 茂名平安建设网站重庆网站制作公司
  • 资源采集网站如何做建站推广
  • 如何做高校的网站版面设计南京百度seo排名优化
  • 前台书写文章wordpress关键词优化案例
  • 淄博软件开发公司有哪些巩义关键词优化推广
  • 南充网站建设多少钱什么是搜索引擎优化推广
  • 发光字体制作网站怎么查权重查询
  • 偃师网站开发seo公司广州
  • 最新版app下载安装郑州百度搜索优化
  • 网站建设优化开发公司市场营销策划公司
  • 做外贸的经常浏览的三个网站网站宣传
  • 天工网官方网站seo营销方法
  • 北京seo费用是多少关键词优化外包服务
  • 网络营销平台的账号如何运营搜索引擎优化的基本原理
  • 营销型网站建设公司方法和技巧谷歌搜索指数查询
  • 做网站都有什么功能电脑培训网上培训班
  • 桂林网站定制建设河南疫情最新消息
  • 百度云域名没有备案怎么做网站网络工程师
  • 建设淘宝网站的意义朋友圈广告投放价格表
  • 有了域名之后怎么做网站新闻头条 今天
  • 做旅游网站的关注与回复如何让百度快速收录新网站
  • ps做图哪个网站好个人网站备案
  • centos 部署wordpressseo技术是什么
  • 河南网站备案系统短信卢镇seo网站优化排名
  • 怎么做阿里巴巴官网站互联网营销师证
  • 移动应用开发介绍公司官网优化方案
  • 免费做app的网站有哪些有什么引流客源的软件