放弃使用 vue-demi 全部替换为 vue

This commit is contained in:
piexlmax
2022-01-05 17:22:56 +08:00
parent 9196caec97
commit 7dce65100a
6 changed files with 6 additions and 7 deletions

View File

@@ -12,9 +12,8 @@
import marked from 'marked'
import hljs from 'highlight.js'
import 'highlight.js/styles/atelier-plateau-light.css'
import { onMounted, ref } from 'vue-demi'
import { ElMessage } from 'element-plus'
import { defineProps, defineExpose } from 'vue'
import { defineProps, defineExpose, onMounted, ref } from 'vue'
const props = defineProps({
previewCode: {