Skip to content

Release v0.8.3

Compare
Choose a tag to compare
@yyx990803 yyx990803 released this 06 Feb 02:25
· 3592 commits to main since this release
  • New
    • When using v-component-id with v-repeat, parent.$[id] will return an Array of ViewModels mirroring the data Array.
    • use triple mustache for unescaped inline HTML: {{{ "<em>" + msg + "</em>" }}}
    • IE9 no longer requires classList polyfill.