Update CSS styles and GraphQL queries
This commit is contained in:
@@ -48,9 +48,13 @@ const position = { of: '#data' }
|
||||
const showIndicator = ref(true)
|
||||
const shading = ref(true)
|
||||
const showPane = ref(true)
|
||||
const loading = ref(false)
|
||||
const loading = ref(computed(() => props.loading))
|
||||
const props = defineProps({
|
||||
data: Array as () => any[],
|
||||
loading: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
}
|
||||
})
|
||||
const data = computed(() => props.data)
|
||||
|
||||
|
Reference in New Issue
Block a user