Д
Size: a a a
Д
AS
AS
Д
GS
AS
Д
ИБ
AS
Д
Д
GS
Д
Д
GS
<slot :name="`cell-${item.id}`">
<slot :name="`cell-${row}-${col}`">
Д
<slot :name="`cell-${item.id}`">
<slot :name="`cell-${row}-${col}`">
Д
Д
GS
<template #cell-col-1="{ item }">
<a>{{ item.link }}</a>
</template>
<template #cell-col-2="{ item }">
<div>{{ item.name }}</div>
</template>
<template v-slot[`cell-${superID}`]="{ item }">
Something absolutely special
</template>
GS