remove debug info

This commit is contained in:
liangping 2023-05-22 15:33:02 +08:00
parent 9d2961085a
commit b13e470ea2

View File

@ -33,7 +33,7 @@ const text = computed(() => {
previewOnly
class="md-editor-recover"
></MdEditor>
<span v-else>{{ text }}-</span>
<span v-else>{{ text }}</span>
</template>
<style lang="scss">