forked from daren.hsu/line_push
10 lines
246 B
JavaScript
10 lines
246 B
JavaScript
import VCheckbox from './VCheckbox';
|
|
import VSimpleCheckbox from './VSimpleCheckbox';
|
|
export { VCheckbox, VSimpleCheckbox };
|
|
export default {
|
|
$_vuetify_subcomponents: {
|
|
VCheckbox,
|
|
VSimpleCheckbox
|
|
}
|
|
};
|
|
//# sourceMappingURL=index.js.map
|