fix: ListActions not rendering
This commit is contained in:
parent
16e38f170f
commit
951efb2ea9
@ -231,6 +231,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -227,6 +227,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -269,6 +269,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -219,6 +219,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -278,6 +278,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -212,6 +212,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
@ -230,6 +230,8 @@ watch(pageLengthCount, (val, old_value) => {
|
||||
const listBulkActionsRef = ref(null)
|
||||
|
||||
defineExpose({
|
||||
customListActions: listBulkActionsRef.value?.customListActions,
|
||||
customListActions: computed(
|
||||
() => listBulkActionsRef.value?.customListActions
|
||||
),
|
||||
})
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user