import { inject } from 'vue' export const cipTableKey = Symbol('cip-table') export const useTable = () => { return inject(cipTableKey, {}) }