fix: 修复defineProps无需import的warning
This commit is contained in:
parent
77eb0337d1
commit
dbf8c4a827
@ -20,7 +20,6 @@
|
|||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { ref } from 'vue'
|
import { ref } from 'vue'
|
||||||
import { defineProps } from 'vue'
|
|
||||||
|
|
||||||
defineProps({
|
defineProps({
|
||||||
title: {
|
title: {
|
||||||
|
Loading…
Reference in New Issue
Block a user