salix/modules/travel/front/log/index.js

8 lines
189 B
JavaScript
Raw Normal View History

import ngModule from '../module';
2020-03-18 11:55:22 +00:00
import Section from 'salix/components/section';
ngModule.vnComponent('vnTravelLog', {
template: require('./index.html'),
2020-03-18 11:55:22 +00:00
controller: Section,
});