Skip to content

Commit

Permalink
Merge pull request #272 from traPtitech/fix/remove-onMounted-fetchMe
Browse files Browse the repository at this point in the history
remove onMounted fetchMe on App.vue
  • Loading branch information
reiroop authored Aug 30, 2024
2 parents 2aa8f59 + 15169c5 commit bfd6d82
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/App.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<script lang="ts" setup>
import { onMounted, watch } from 'vue'
import { watch } from 'vue'
import { useFetchMeUsecase } from '/@/features/user/usecase'
Expand All @@ -9,10 +9,6 @@ import './styles/scrollbar.css'
import './styles/toast.css'
import { useRoute } from 'vue-router'
onMounted(async () => {
await useFetchMeUsecase()
})
const route = useRoute()
watch(
Expand Down

0 comments on commit bfd6d82

Please sign in to comment.