diff --git a/src/style-guide/README.md b/src/style-guide/README.md index e21534aaca..9fb53eb0c1 100644 --- a/src/style-guide/README.md +++ b/src/style-guide/README.md @@ -1583,6 +1583,8 @@ app.component('TodoItem', { } }, + emits: ['input'], + template: ` {{ todo.text }}