Client - use existing vue method

This commit is contained in:
Sam
2021-10-23 15:41:51 +02:00
parent d78470062d
commit 8efbc4584e
3 changed files with 3 additions and 6 deletions

View File

@ -110,6 +110,7 @@
defineComponent,
ref,
watch,
capitalize,
onBeforeMount,
} from 'vue'
@ -121,7 +122,6 @@
import { IAuthUserProfile } from '@/types/user'
import { IWorkout } from '@/types/workouts'
import { useStore } from '@/use/useStore'
import { capitalize } from '@/utils'
import { getDateWithTZ } from '@/utils/dates'
export default defineComponent({