This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div id="container"> | |
<div repeat.for="item of items"> | |
<compose view-model="${item.viewModel}" model.bind="item.data"></compose> | |
</div> | |
</div> | |
<div style='margin-top: 20px'> | |
<div repeat.for="log of logs"> | |
${log} | |
</div> |