我在用 vue-datatable 其中包括:
<slot v-for="(row, i) in processed_rows" :row="row" :columns="normalized_columns">
<template slot-scope="{ row, i }">
然而, i 始终返回为 undefined
i
undefined