fix:移除defineProps,defineEmits 两个全局宏命令引入,消除控制台警告

This commit is contained in:
落小梅
2022-02-05 20:05:16 +08:00
parent ef1c2b0f5a
commit b62f72baaf
54 changed files with 33 additions and 63 deletions

View File

@@ -6,7 +6,7 @@ export default {
<script setup lang="ts">
import "./index.less";
import { defineProps, Ref, ref, useSlots, watch } from "vue";
import { Ref, ref, useSlots, watch } from "vue";
import { Recordable } from "../../types";
const slot = useSlots();