Fix Quality Issues using DeepSource (#1183)

Co-authored-by: DeepSource Bot <bot@deepsource.io>
This commit is contained in:
Moulik Aggarwal
2020-09-24 20:46:20 +05:30
committed by GitHub
parent 2e423b101b
commit b2ef26600c
14 changed files with 31 additions and 13 deletions

View File

@@ -35,6 +35,7 @@ export default {
theme: {
type: String,
required: false,
default: null
},
lang: {
type: String,

View File

@@ -36,6 +36,7 @@ export default {
theme: {
type: String,
required: false,
default: null,
},
options: {
type: Object,

View File

@@ -7,10 +7,11 @@
<script>
export default {
props: {
label: { type: String },
icon: { type: String },
label: { type: String, default: "" },
icon: { type: String, default: "" },
id: { required: true },
selected: {
type: Boolean,
default: false,
},
},

View File

@@ -18,7 +18,7 @@
<script>
export default {
props: {
value: { type: String },
value: { type: String, default: "" },
},
data() {
return {