Skip to content

Commit

Permalink
fix:修复完成列表内有加粗样式显示位置乱掉的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
zhaoxh committed Nov 11, 2019
1 parent 5568103 commit 8ec16b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@
</template>

<script>
import Markdown from './dist/simple';
// import Markdown from './dist/simple';
// import Markdown from 'vue-meditor';
import Markdown from './src/pro';
export default {
components: {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-meditor",
"description": "一款使用marked和highlight.js开发的一款markdown编辑器",
"version": "2.0.1",
"version": "2.0.2",
"author": "zhaoxuhui<1258835133@qq.com>",
"license": "MIT",
"private": false,
Expand Down
1 change: 0 additions & 1 deletion src/assets/css/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,6 @@ ul.shift {
em,
strong {
display: inline-block;
margin: @margin;
}

blockquote {
Expand Down

0 comments on commit 8ec16b9

Please sign in to comment.