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.

transitionable.js 217B

12345678910
  1. import Vue from 'vue';
  2. export default Vue.extend({
  3. name: 'transitionable',
  4. props: {
  5. mode: String,
  6. origin: String,
  7. transition: String
  8. }
  9. });
  10. //# sourceMappingURL=transitionable.js.map