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 fe049ae commit c252752Copy full SHA for c252752
src/style-guide/README.md
@@ -1402,21 +1402,17 @@ props: {
1402
type: String,
1403
required: true
1404
},
1405
-
1406
focused: {
1407
type: Boolean,
1408
default: false
1409
1410
1411
label: String,
1412
icon: String
1413
1414
1415
computed: {
1416
formattedValue() {
1417
// ...
1418
1419
1420
inputClasses() {
1421
1422
}
0 commit comments