-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Closed
Description
Hi @xanf
I am using vue3-compat-build.
I am using b-table:
<b-table
class="d-none d-md-table"
v-if="!isFetching"
small
striped
:fields="zeitnachweiseHeader"
:items="zeitnachweise"
:filter="filter"
>
<template v-slot:cell(aktion)="data">
...
</template>
</b-table>
When I go with the mouse over the table, I see following error in the console:
Uncaught TypeError: (intermediate value).map is not a function
getTbodyTrs mixin-tbody.js:62
getTbodyTrIndex mixin-tbody.js:75
emitTbodyRowEvent mixin-tbody.js:80
rowUnhovered mixin-tbody-row.js:104
callWithErrorHandling vue.runtime.esm-bundler.js:1668
callWithAsyncErrorHandling vue.runtime.esm-bundler.js:1677
invoker vue.runtime.esm-bundler.js:11614
addEventListener vue.runtime.esm-bundler.js:11564
Metadata
Metadata
Assignees
Labels
No labels