Hacker News new | ask | show | jobs
by jayrox 3371 days ago
lost my attention at

  <div id="app2">
    <button @click="click">Click</button>
    <div v-if="value">
      <p>Yay!</p>
    </div>
    <div v-else>
      <p>Nay!</p>
    </div>
  </div>
1 comments

were you coding along? or just reading?
logic doesn't belong in markup.
if that's your stance then i'd steer away from soa