Merge branch 'IntegrationTableWithFilter' of https://github.com/defuj/eis into development

This commit is contained in:
Dede Fuji Abdul
2024-02-19 08:31:24 +07:00
123 changed files with 8562 additions and 10821 deletions

View File

@@ -1,7 +1,7 @@
import { ref, computed } from 'vue'
import { defineStore } from 'pinia'
import gql from 'graphql-tag'
import { useQuery } from '@apollo/client'
import { useQuery } from '@vue/apollo-composable'
export const useQueryStore = defineStore('query', () => {
const getUser = useQuery(gql`