Skip to content

Commit

Permalink
style: code reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
mutoe committed Sep 12, 2023
1 parent 5ce52d1 commit 0591c27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ArticleDetailComment.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
</template>

<script setup lang="ts">
import type { Comment } from 'src/services/api'
import { computed } from 'vue'
import type { Comment } from 'src/services/api'
interface Props {
comment: Comment
Expand Down

1 comment on commit 0591c27

@vercel
Copy link

@vercel vercel bot commented on 0591c27 Sep 12, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vue3-realworld-example-app – ./

vue3-realworld-example-app-git-master-mutoe.vercel.app
vue3-realworld-example-app-mutoe.vercel.app

Please sign in to comment.