Hacker News new | ask | show | jobs
by prodev42 4519 days ago
I put the quick example in getting started section into jsfiddle (loading vue.js.min). The completed tasks are not strike through...any idea?
1 comments

Because the strike through is applied with a CSS class (done).
ok i put

   .done {text-decoration: line-through}
in css part of jsfiddler, it's working as intended now.