Skip to content

Comment on Show HN: Moon – 3kb JavaScript UI compilerparent

Comments

IIRC for Vue.js it goes on the child, i.e.

    <ul>
      <li v-for="item in items">[...]</li>
    </ul>
It is something you do have to remember. I believe you can use a template tag too if you like.

Ah right, thanks. Yes this always looks backwards to me. The body of a loop should be inside of it. But here it is the body of the loop. That is very strange.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.