UNPKG

vuetify

Version:

Vue Material Component Framework

27 lines (24 loc) 382 B
import VContainer from './VContainer' import VCol from './VCol' import VRow from './VRow' import VSpacer from './VSpacer' import VLayout from './VLayout' import VFlex from './VFlex' export { VContainer, VCol, VRow, VSpacer, VLayout, VFlex, } export default { $_vuetify_subcomponents: { VContainer, VCol, VRow, VSpacer, VLayout, VFlex, }, }