From 4fd4d75ac7e6f9b59530e2142c378c2e56bb9b5c Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Fri, 12 Mar 2021 05:25:39 +0000 Subject: [PATCH] fix: add an emits option to style guide examples that use $emit --- src/style-guide/README.md | 4 ++++ 1 file changed, 4 insertions(+) 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 }}