放弃使用 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

@@ -74,7 +74,7 @@ import CustomPic from '@/components/customPic/index.vue'
import UploadImage from '@/components/upload/image.vue'
import { formatDate } from '@/utils/format'
import { computed, ref } from 'vue-demi'
import { computed, ref } from 'vue'
import { ElMessage, ElMessageBox } from 'element-plus'
const store = useStore()