style: code reformat
This commit is contained in:
parent
5ce52d15e4
commit
0591c277b9
|
|
@ -47,8 +47,8 @@
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import type { Comment } from 'src/services/api'
|
|
||||||
import { computed } from 'vue'
|
import { computed } from 'vue'
|
||||||
|
import type { Comment } from 'src/services/api'
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
comment: Comment
|
comment: Comment
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue