Daydreaming

Reactive 是简单灵活的模板和绑定视图的引擎,支持自定义绑定,支持在模块修改的时候实时更新。 快速开始: var view = reactive(' Hello {name}! ', { name: 'Adam' }); // you can add the view "element" to the html whenever you want // view.el contains the html element document.body.appendChild(view.el);...

加载中
加载中

{{o.href}}

{{o.content | formatHtml}}

{{o.author.name}}
{{o.pubDate | formatDate}}
{{parseInt(o.viewCount) | bigNumberTransform}}

暂无相关内容

返回顶部
顶部