hq9-sato
2/13/2018 - 1:09 AM

test

header
  h3 {message}
  svg: use(xlink:href='#header-logo')/

  style(scoped).
    :scope
      background-color #fff
    h3
      color #ccc

  script.
    this.message = 'test';
    console.log(opts);
    this.on('mount', ()=> {

    });