untitled notebook

node v4.9.1
version: 1.0.0
endpointsharetweet
var riot = require('riot') riot.tag('my-tag', ` <ul> <li> <virtual each="{ item in items }" if="{ item !== 'bar' }" ><p>{ item }</p></virtual> </li> </ul> `, function() { this.items = ['foo', 'bar'] }) riot.render('my-tag')
Loading…

no comments

    sign in to comment