diff --git a/components/EntityShow.vue b/components/EntityShow.vue index a15ef55..1c8e2b2 100644 --- a/components/EntityShow.vue +++ b/components/EntityShow.vue @@ -11,6 +11,9 @@ const props = defineProps({ }, inModal: { type: Boolean, + }, + platform: { + type: String, } }) @@ -89,7 +92,27 @@ const getAvailableQueryStringData = (keys) => { + +
+
+ + + + +
+ + + + + + + +
+ +
diff --git a/components/EntityShowSub.vue b/components/EntityShowSub.vue index d98a5a9..041e15d 100644 --- a/components/EntityShowSub.vue +++ b/components/EntityShowSub.vue @@ -18,6 +18,10 @@ const props = defineProps({ topLevelType: { type: String, required: true + }, + platform: { + type: String, + required: true } }) @@ -71,7 +75,10 @@ setup()