fix:移除defineProps,defineEmits 两个全局宏命令引入,消除控制台警告
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user