Skip to content

Commit 87560dd

Browse files
DigitalDigital
authored andcommitted
removed defineEmits import
1 parent 4207452 commit 87560dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

v2/src/components/VBylineUnit.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<script setup>
22
import VFlexibleLink from "./VFlexibleLink.vue"
3-
import { computed, defineEmits, defineProps } from "vue"
3+
import { computed, defineProps } from "vue"
44
const props = defineProps({
55
author: {
66
default: null,

0 commit comments

Comments
 (0)