diff --git a/v3-docs/docs/components/helpers/ParamTable.vue b/v3-docs/docs/components/helpers/ParamTable.vue index 372b9ffe06..3d196bf4b0 100644 --- a/v3-docs/docs/components/helpers/ParamTable.vue +++ b/v3-docs/docs/components/helpers/ParamTable.vue @@ -35,6 +35,7 @@ const showTypes = (types: string[]) => { const last = typesArr.pop() return typesArr.join(", ") + " or " + last } +