Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Riot v2.3.15 bug

node v5.12.0
version: 2.0.0
endpointsharetweet
const riot = require('riot') riot.tag('some-tag', ` <table> <tr each="{ users }"> <td>{ username }</td> </tr> </table> `, {}, () => { this.users = [ { username: 'me' }, { username: 'john' } ] }) riot.render('some-tag')
Loading…

no comments

    sign in to comment