fix: enforce name for SmartTab component
This commit is contained in:
parent
b0a6692179
commit
f7031992d5
1 changed files with 1 additions and 0 deletions
|
|
@ -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 },
|
||||
|
|
|
|||
Loading…
Reference in a new issue