From 94fbe02f884ae3660c94a87ef2b2dbc3325238dd Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Tue, 29 Sep 2020 19:36:58 +0100 Subject: [PATCH] fix: remove blank lines from an example that shouldn't have them --- src/style-guide/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/style-guide/README.md b/src/style-guide/README.md index 2253b379ff..a1c7297966 100644 --- a/src/style-guide/README.md +++ b/src/style-guide/README.md @@ -1402,21 +1402,17 @@ props: { type: String, required: true }, - focused: { type: Boolean, default: false }, - label: String, icon: String }, - computed: { formattedValue() { // ... }, - inputClasses() { // ... }