We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a69cb15 commit 1529925Copy full SHA for 1529925
src/v2/guide/list.md
@@ -262,7 +262,7 @@ Vue.component('todo-item', {
262
template: '\
263
<li>\
264
{{ title }}\
265
- <button v-on:click="$emit('remove')">X</button>\
+ <button v-on:click="$emit(\'remove\')">X</button>\
266
</li>\
267
',
268
props: ['title']
@@ -309,7 +309,7 @@ Vue.component('todo-item', {
309
310
311
312
313
314
315
0 commit comments