Y
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
EvanYou
4519 days ago
Because the strike through is applied with a CSS class (done).
link
prodev42
4519 days ago
ok i put
.done {text-decoration: line-through}
in css part of jsfiddler, it's working as intended now.
link