Skip to content

Commit

Permalink
chore: remove compiler macro defineProps
Browse files Browse the repository at this point in the history
  • Loading branch information
SigureMo committed Nov 21, 2023
1 parent 376bd71 commit 9b445ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/.vitepress/theme/Author.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script setup lang="ts">
import { computed, defineProps } from 'vue'
import { computed } from 'vue'
const { name, github, avatar } = defineProps<{
name: string
Expand Down

0 comments on commit 9b445ea

Please sign in to comment.