vuetify-image-input
Version:
Provides basic image editing tools.
26 lines (22 loc) • 296 B
JavaScript
import VImageInput from './index';
import {
VBtn,
VCard,
VIcon,
VProgressCircular,
VSlider,
VSpacer,
} from 'vuetify/lib';
let {name} = VImageInput;
export default {
name,
components: {
VBtn,
VCard,
VIcon,
VProgressCircular,
VSlider,
VSpacer,
},
extends: VImageInput,
};