UNPKG

vuetify-wcag

Version:

VuetifyJS but then WCAG/A11Y compatible

12 lines (9 loc) 159 B
import Vue from 'vue' export default Vue.extend({ name: 'transitionable', props: { mode: String, origin: String, transition: String, }, })