hinesboy / mavonEditor

mavonEditor - A markdown editor based on Vue that supports a variety of personalized features
http://www.mavoneditor.com/
MIT License
6.42k stars 917 forks source link

为什么显示的时候没有样式 #652

Open lao-dai opened 3 years ago

lao-dai commented 3 years ago

css文件我已经引入了的,但是展示的时候没有样式。奇怪的是如果我打开了编辑器,又有样式了,刷新的话又没有了。请问还需要做些什么? image image

lao-dai commented 3 years ago

无样式 有样式 之所以有样式是我打开编辑器后再回到原页面。但是如果直接打开渲染界面的话是没有样式的。我查看了大家的评论,在代码中进行了引入的,但是没有效果。请问怎么解决呢? <style scoped> @import '~mavon-editor/dist/css/index.css'; </style>

`

<Modal v-model="view" fullscreen

  <div class="markdown-body" v-html="noticeInfo.content">

  </div>

`

ygj6 commented 3 years ago

你能否提供一个最小复现例子,我尝试了一下是正常的