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 7608a12 commit 1dfd434Copy full SHA for 1dfd434
src/style-guide/README.md
@@ -1583,6 +1583,8 @@ app.component('TodoItem', {
1583
}
1584
},
1585
1586
+ emits: ['input'],
1587
+
1588
template: `
1589
<input
1590
:value="todo.text"
@@ -1601,6 +1603,8 @@ app.component('TodoItem', {
1601
1603
1602
1604
1605
1606
+ emits: ['delete'],
1607
1608
1609
<span>
1610
{{ todo.text }}
0 commit comments