5 lines
90 B
JavaScript
5 lines
90 B
JavaScript
var fooComponent = {
|
|
template: `<div> text foo</div>`
|
|
};
|
|
|
|
export { fooComponent }; |