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.

goTo.js 226B

12345
  1. import goTo from '../goTo';
  2. import { deprecate } from '../../../util/console';
  3. deprecate('vuetify/es5/components/Vuetify/util/goTo', 'vuetify/es5/components/Vuetify/goTo');
  4. export default goTo;
  5. //# sourceMappingURL=goTo.js.map