Skip to content

Commit

Permalink
added default Null
Browse files Browse the repository at this point in the history
  • Loading branch information
BabyElias committed Apr 17, 2024
1 parent 42db62c commit f9c17b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
type: String,
required: true,
},
/* eslint-disable vue/require-default-prop */
color: {
type: String,
required: false,
default: null,
},
},
};
Expand Down

0 comments on commit f9c17b3

Please sign in to comment.