Skip to content

Commit c252752

Browse files
fix: remove blank lines from an example that shouldn't have them (#571)
1 parent fe049ae commit c252752

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/style-guide/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,21 +1402,17 @@ props: {
14021402
type: String,
14031403
required: true
14041404
},
1405-
14061405
focused: {
14071406
type: Boolean,
14081407
default: false
14091408
},
1410-
14111409
label: String,
14121410
icon: String
14131411
},
1414-
14151412
computed: {
14161413
formattedValue() {
14171414
// ...
14181415
},
1419-
14201416
inputClasses() {
14211417
// ...
14221418
}

0 commit comments

Comments
 (0)