fix:移除defineProps,defineEmits 两个全局宏命令引入,消除控制台警告
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
</template>
|
||||
|
||||
<script setup name="LaySelect" lang="ts">
|
||||
import { defineProps, ref } from 'vue'
|
||||
import { ref } from 'vue'
|
||||
import { useRouter, useRoute } from 'vue-router'
|
||||
import { Recordable } from '../../../src/module/type'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user