Skip to content

Instantly share code, notes, and snippets.

@rzfang
Last active May 2, 2016 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rzfang/2729dd2adf049907637e6bde0a669ee3 to your computer and use it in GitHub Desktop.
Save rzfang/2729dd2adf049907637e6bde0a669ee3 to your computer and use it in GitHub Desktop.
reproduce thie riot.js strange issue.
<app>
<test>
<test1 if={Idx === 1} class='GJ0'/>
</test>
</app>
<test>
<div>this is a test.</div>
<yield/>
<script>
this.Idx = 1;
</script>
</test>
<test1 class='BG0'>
<span>this is a test1.</span>
</test1>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment