Added icon slot to tabs

This commit is contained in:
Liyas Thomas
2020-03-08 21:52:04 +05:30
parent 995e0c6c51
commit 05b45aa65a
11 changed files with 52 additions and 39 deletions

View File

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