Skip to content

Commit

Permalink
removed defineEmits import
Browse files Browse the repository at this point in the history
  • Loading branch information
Digital authored and Digital committed Oct 17, 2024
1 parent 4207452 commit 87560dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v2/src/components/VBylineUnit.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<script setup>
import VFlexibleLink from "./VFlexibleLink.vue"
import { computed, defineEmits, defineProps } from "vue"
import { computed, defineProps } from "vue"
const props = defineProps({
author: {
default: null,
Expand Down

0 comments on commit 87560dd

Please sign in to comment.