no message
Former-commit-id: 23782bf77b4cb4d41dba1d45e9dc7266535d2eeb Former-commit-id: e8a60e85c4d55143a8da56e66c897e377453f836 Former-commit-id: 09fa88f6cbce612154b300be08cd46ee612c5bfd
This commit is contained in:
@@ -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>
|
|
||||||
|
|||||||
Reference in New Issue
Block a user