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 256B

12345678910
  1. import VWindow from './VWindow';
  2. import VWindowItem from './VWindowItem';
  3. export { VWindow, VWindowItem };
  4. export default {
  5. $_vuetify_subcomponents: {
  6. VWindow: VWindow,
  7. VWindowItem: VWindowItem
  8. }
  9. };
  10. //# sourceMappingURL=index.js.map