Open adrianrudnik opened 4 years ago
Yes, did not find anything about onTodoItemTap or onTodoCircleTap.
onTodoItemTap
onTodoCircleTap
Step 13 in play-vue bad contains bad final code.
No
Chrome
Both
Pixel 3 XL Pixel 3 XL Android 10 1.30.0 6.5.0 iPad von Adrian iOS device iOS 13.3.1 1.30.0 6.5.0
Take the final block of
At the end of this lesson... should resemble this sample:
and try to run it. Its missing several key parts that you should've done in that chapter, i.e:
v-on:tap="onTodoCircleTap(todo)"
v-on:tap="onTodoItemTap(todo)"
@itemTap="onItemTap
onTodoItemTap(todo)
Did you search for the problem in other open issues in this repo?
Yes, did not find anything about
onTodoItemTap
oronTodoCircleTap
.Tell us about the problem
Step 13 in play-vue bad contains bad final code.
Did you try it outside of {N} Playground?
No
Which browser are you using?
Chrome
Are there any errors/warnings logged in your browser console?
No
Which platform(s) does your issue occur on?
Both
Are there any entries logged in the Device Logs tab?
No
Please provide the following information shown in the devices tab in the playground:
Pixel 3 XL Pixel 3 XL Android 10 1.30.0 6.5.0 iPad von Adrian iOS device iOS 13.3.1 1.30.0 6.5.0
Please tell us how to recreate the issue with as much detail as possible.
Take the final block of
and try to run it. Its missing several key parts that you should've done in that chapter, i.e:
v-on:tap="onTodoCircleTap(todo)"
andv-on:tap="onTodoItemTap(todo)"
@itemTap="onItemTap
instead ofonTodoItemTap
onTodoItemTap
must useonTodoItemTap(todo)
.