refactor: lint

This commit is contained in:
liyasthomas
2021-05-18 21:39:55 +05:30
parent cc27c552af
commit 40ddfa8def
32 changed files with 712 additions and 377 deletions

View File

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