Ohm-Management - Projektarbeit B-ME
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.js 454B

12345678910111213
  1. import { createSimpleFunctional } from '../../util/helpers';
  2. import VDataTable from './VDataTable';
  3. import VEditDialog from './VEditDialog';
  4. var VTableOverflow = createSimpleFunctional('v-table__overflow');
  5. export { VDataTable, VEditDialog, VTableOverflow };
  6. export default {
  7. $_vuetify_subcomponents: {
  8. VDataTable: VDataTable,
  9. VEditDialog: VEditDialog,
  10. VTableOverflow: VTableOverflow
  11. }
  12. };
  13. //# sourceMappingURL=index.js.map