fix: 修复defineProps无需import的warning

This commit is contained in:
sudoooooo 2024-06-04 16:25:58 +08:00
parent 77eb0337d1
commit dbf8c4a827

View File

@ -20,7 +20,6 @@
<script setup lang="ts">
import { ref } from 'vue'
import { defineProps } from 'vue'
defineProps({
title: {