10 lines
No EOL
246 B
JavaScript
10 lines
No EOL
246 B
JavaScript
import VDataIterator from './VDataIterator';
|
|
import VDataFooter from './VDataFooter';
|
|
export { VDataIterator, VDataFooter };
|
|
export default {
|
|
$_vuetify_subcomponents: {
|
|
VDataIterator,
|
|
VDataFooter
|
|
}
|
|
};
|
|
//# sourceMappingURL=index.js.map
|