fix: ListActions not rendering

This commit is contained in:
Shariq Ansari 2024-05-28 14:49:12 +05:30
parent 16e38f170f
commit 951efb2ea9
7 changed files with 21 additions and 7 deletions

View File

@ -231,6 +231,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>

View File

@ -227,6 +227,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>

View File

@ -269,6 +269,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>

View File

@ -219,6 +219,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>

View File

@ -278,6 +278,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>

View File

@ -212,6 +212,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>

View File

@ -230,6 +230,8 @@ watch(pageLengthCount, (val, old_value) => {
const listBulkActionsRef = ref(null)
defineExpose({
customListActions: listBulkActionsRef.value?.customListActions,
customListActions: computed(
() => listBulkActionsRef.value?.customListActions
),
})
</script>