Skip to content

Commit

Permalink
fix: 修复defineProps无需import的warning
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoooooo committed Jun 4, 2024
1 parent 77eb033 commit dbf8c4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

<script setup lang="ts">
import { ref } from 'vue'
import { defineProps } from 'vue'
defineProps({
title: {
Expand Down

0 comments on commit dbf8c4a

Please sign in to comment.