Add BufferDialog component to various Vue files
This commit is contained in:
		| @@ -703,6 +703,7 @@ | ||||
|       </div> | ||||
|     </div> | ||||
|   </DetailDialog> | ||||
|   <BufferDialog v-if="loadingData || loadingSubData" /> | ||||
| </template> | ||||
|  | ||||
| <script setup lang="ts"> | ||||
| @@ -739,6 +740,7 @@ import { provideApolloClient } from '@vue/apollo-composable' | ||||
| import DetailDialog from '@/components/Dialogs/DetailDialog.vue' | ||||
| import { formatWaktu } from '@/components/Form/FiltersType/reference' | ||||
| import InputText from '@/components/InputText.vue' | ||||
| import BufferDialog from '@/components/Dialogs/BufferDialog.vue' | ||||
|  | ||||
| const client = apolloClient() | ||||
| provideApolloClient(client) | ||||
|   | ||||
| @@ -516,6 +516,7 @@ | ||||
|       </div> | ||||
|     </div> | ||||
|   </DetailDialog> | ||||
|   <BufferDialog v-if="loadingData || loadingSubData" /> | ||||
| </template> | ||||
|  | ||||
| <script setup lang="ts"> | ||||
| @@ -551,6 +552,7 @@ import InputText from '@/components/InputText.vue' | ||||
| import { formatWaktu } from '@/components/Form/FiltersType/reference' | ||||
| import { apolloClient } from '@/utils/api/api.graphql' | ||||
| import { provideApolloClient } from '@vue/apollo-composable' | ||||
| import BufferDialog from '@/components/Dialogs/BufferDialog.vue' | ||||
|  | ||||
| const client = apolloClient() | ||||
| provideApolloClient(client) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user