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

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