dragAdd(e, {pid, idx})"
:ref="'drag' + pid + idx"
@end="e=>dragEnd(e, {pid, idx})" @start="e=>dragStart(e)"
@unchoose="e=>dragUnchoose(e)"
:list="getSlotChildren([`${pid}:${idx}`, ...lattice[pid][idx].slot])">
{{ t('tableOptions.addLeft') }}
{{ t('tableOptions.addRight') }}
{{ t('tableOptions.addTop') }}
{{ t('tableOptions.addBottom') }}
{{ t('tableOptions.mergeRight') }}
{{ t('tableOptions.mergeBottom') }}
{{ t('tableOptions.splitCol') }}
{{ t('tableOptions.splitRow') }}
{{ t('tableOptions.rmCol') }}
{{ t('tableOptions.rmRow') }}
|