Skip to content

Commit

Permalink
fix: warning about defineProps (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Feb 16, 2024
1 parent 9dbe3ae commit 6b633a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/client/internals/IconButton.vue
@@ -1,6 +1,4 @@
<script setup lang="ts">
import { defineProps } from 'vue'
defineProps<{
title: string
}>()
Expand Down

0 comments on commit 6b633a2

Please sign in to comment.