Add Apollo Client to RGangguan_RatingPerPosko.vue
This commit is contained in:
parent
2d407d4662
commit
e019d0d6ec
@ -549,6 +549,13 @@ import { formatWaktu } from '@/components/Form/FiltersType/reference'
|
|||||||
import DetailDialog from '@/components/Dialogs/DetailDialog.vue'
|
import DetailDialog from '@/components/Dialogs/DetailDialog.vue'
|
||||||
import InputText from '@/components/InputText.vue'
|
import InputText from '@/components/InputText.vue'
|
||||||
|
|
||||||
|
import { apolloClient } from '@/utils/api/api.graphql'
|
||||||
|
import { provideApolloClient } from '@vue/apollo-composable'
|
||||||
|
|
||||||
|
const client = apolloClient()
|
||||||
|
|
||||||
|
provideApolloClient(client)
|
||||||
|
|
||||||
const position = { of: '#data' }
|
const position = { of: '#data' }
|
||||||
const showIndicator = ref(true)
|
const showIndicator = ref(true)
|
||||||
const shading = ref(true)
|
const shading = ref(true)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user