diff --git a/components/content/Badge.vue b/components/content/Badge.vue index 563350bc0e..464ff3e79c 100644 --- a/components/content/Badge.vue +++ b/components/content/Badge.vue @@ -2,7 +2,14 @@

Available on:

{{version}} - {{ editionInfo(edition).label }} + + {{ editionInfo(edition).label }} +
@@ -16,8 +23,8 @@ default: '' }, editions: { - type: Object, - default: [] + type: String, + default: '' } }, data() { @@ -31,10 +38,6 @@ } } }, - mounted() { - console.log('All props:', this.$props); - console.log('All props:', this.$props.text); - }, methods: { editionInfo(edition) { return this.editionLabelAndColorByPrefix?.[edition] ?? {