UNPKG

vxe-table

Version:

A PC-end table component based on Vxe UI, supporting copy-paste, data pivot table, and high-performance virtual list table solution.

9 lines (8 loc) 195 B
import { reactive } from 'vue'; // 跨表拖拽 export const crossTableDragRowInfo = reactive({ row: null }); export function getCrossTableDragRowInfo() { return crossTableDragRowInfo; }