diff --git a/docs/src/demos/Examples/TodoApp/index.vue b/docs/src/demos/Examples/TodoApp/index.vue index b8551d06..0e9bb4cd 100644 --- a/docs/src/demos/Examples/TodoApp/index.vue +++ b/docs/src/demos/Examples/TodoApp/index.vue @@ -43,8 +43,13 @@ export default { ], content: ` `, }) @@ -70,5 +75,9 @@ ul[data-type="taskList"] { margin-right: 0.5rem; } } + + input[type="checkbox"] { + cursor: pointer; + } }