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
commit 1d3d5a1e6a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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