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

@@ -83,7 +83,7 @@
import { toLowerCase, toSQLLine } from '@/utils/stringFun'
import { getSysDictionaryList } from '@/api/sysDictionary'
import warningBar from '@/components/warningBar/warningBar.vue'
import { ref, defineProps, defineExpose } from 'vue-demi'
import { ref, defineProps, defineExpose } from 'vue'
const props = defineProps({
dialogMiddle: {