Merge branch 'main' into refactor/teams-list

This commit is contained in:
Andrew Bastin
2021-09-19 00:47:58 +05:30
committed by GitHub

View File

@@ -8,6 +8,7 @@
import { defineComponent } from "@nuxtjs/composition-api"
export default defineComponent({
name: "SmartTab",
props: {
label: { type: String, default: null },
info: { type: String, default: null },