no message

Former-commit-id: 23782bf77b4cb4d41dba1d45e9dc7266535d2eeb
Former-commit-id: e8a60e85c4d55143a8da56e66c897e377453f836
Former-commit-id: 09fa88f6cbce612154b300be08cd46ee612c5bfd
This commit is contained in:
李杨
2018-02-23 19:40:45 +08:00
parent 4069739e29
commit 86251d9aa5

View File

@@ -1,7 +1,5 @@
<template> <template>
<div class="markdown-editor"> <textarea ref="mde"></textarea>
<textarea ref="mde"></textarea>
</div>
</template> </template>
<script> <script>
@@ -60,19 +58,3 @@ export default {
} }
} }
</script> </script>
<style lang="scss">
.markdown-editor {
.markdown-body {
padding: 0.5em;
}
}
.markdown-editor {
.editor-preview-active {
display: block;
}
.editor-preview-active-side {
display: block;
}
}
</style>