Update ParamTable.vue

This commit is contained in:
Gabriel Grubba
2024-02-19 20:42:05 -03:00
parent 632065d9f4
commit 2ed2301994

View File

@@ -35,6 +35,7 @@ const showTypes = (types: string[]) => {
const last = typesArr.pop()
return typesArr.join(", ") + " or " + last
}
</script>
<template>