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

8 lines
187 B
JavaScript
Raw Normal View History

2019-03-12 10:47:53 +00:00
import ngModule from '../module';
2020-03-17 13:43:46 +00:00
import Section from 'salix/components/section';
2019-03-12 10:47:53 +00:00
ngModule.vnComponent('vnItemLog', {
2019-03-12 10:47:53 +00:00
template: require('./index.html'),
2020-03-17 13:43:46 +00:00
controller: Section,
2019-03-12 10:47:53 +00:00
});