From 88a9848436e4688e33acf383f49b60b21963fd71 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Tue, 2 Jan 2024 11:13:22 +0100 Subject: [PATCH] feat: graphql playground --- packages/app/components/AppNav.vue | 2 +- packages/app/components/IframeKeepAlive.vue | 73 +++++++++++++++++++++ packages/app/pages/graphql.vue | 10 +++ packages/app/pages/graphql/playground.vue | 24 ++++++- packages/app/utils/route.ts | 6 ++ 5 files changed, 112 insertions(+), 3 deletions(-) create mode 100644 packages/app/components/IframeKeepAlive.vue diff --git a/packages/app/components/AppNav.vue b/packages/app/components/AppNav.vue index 3dfa956..51c936b 100644 --- a/packages/app/components/AppNav.vue +++ b/packages/app/components/AppNav.vue @@ -95,7 +95,7 @@ const colorMode = useColorMode() +const iframes = new Map() + + + + + diff --git a/packages/app/pages/graphql.vue b/packages/app/pages/graphql.vue index e83392f..cf2c978 100644 --- a/packages/app/pages/graphql.vue +++ b/packages/app/pages/graphql.vue @@ -1,3 +1,13 @@ + +