refactor: 移除defineEmits和defineProps内置宏的引入

This commit is contained in:
郝先瑞
2022-01-01 16:09:42 +08:00
parent 28d1d37b23
commit fa0491c484
7 changed files with 12 additions and 16 deletions

View File

@@ -29,7 +29,7 @@
</template>
<script setup>
import {defineEmits, ref, getCurrentInstance ,nextTick,onMounted,computed,watch} from "vue";
import {ref, getCurrentInstance ,nextTick,onMounted,computed,watch} from "vue";
const { proxy } = getCurrentInstance();
const state = defineProps({