8 lines
121 B
JavaScript
8 lines
121 B
JavaScript
|
define(['text!component.html'], function (html) {
|
||
|
return {
|
||
|
name: 'component',
|
||
|
html: html
|
||
|
};
|
||
|
});
|
||
|
|