This file contains hidden or 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> | |
<require from="./test"></require> | |
<h1>${message}</h1> | |
<test stuff.bind="stuff"></test> | |
</template> |
This file contains hidden or 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> | |
<form with.bind="create"> | |
<div ref="testElement"> | |
Hi | |
</div> | |
</form> | |
</template> |