2019-04-17 15:58:15 +02:00
|
|
|
import { createSimpleFunctional } from '../../util/helpers';
|
|
|
|
import VDataTable from './VDataTable';
|
|
|
|
import VEditDialog from './VEditDialog';
|
|
|
|
var VTableOverflow = createSimpleFunctional('v-table__overflow');
|
|
|
|
export { VDataTable, VEditDialog, VTableOverflow };
|
|
|
|
export default {
|
|
|
|
$_vuetify_subcomponents: {
|
|
|
|
VDataTable: VDataTable,
|
|
|
|
VEditDialog: VEditDialog,
|
|
|
|
VTableOverflow: VTableOverflow
|
|
|
|
}
|
|
|
|
};
|
2019-06-04 14:29:48 +02:00
|
|
|
//# sourceMappingURL=index.js.map
|