style: code reformat

This commit is contained in:
mutoe 2023-09-11 19:31:04 +08:00
parent 5ce52d15e4
commit 0591c277b9
No known key found for this signature in database
GPG Key ID: FEE78A0836900C9C
1 changed files with 1 additions and 1 deletions

View File

@ -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