From 34ed387f7fc7b67d64e07529dec750a844207361 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 2 May 2022 18:34:20 +0200 Subject: [PATCH] test: remove useResult --- .../test-ssr-composition/src/components/ApolloExample.vue | 5 +++-- .../test-ssr-composition/src/components/ApolloLoading.vue | 5 +++-- .../test-ssr-composition/src/components/HelloWorld.vue | 6 +++--- .../test-e2e-composable-vue3/src/components/ChannelList.vue | 6 +++--- .../test-e2e-composable-vue3/src/components/ChannelView.vue | 6 +++--- .../test-e2e-composable-vue3/src/components/LazyQuery.vue | 6 +++--- .../src/components/NoSetupQuery.vue | 6 +++--- 7 files changed, 21 insertions(+), 19 deletions(-) diff --git a/.test-todo/test-ssr-composition/src/components/ApolloExample.vue b/.test-todo/test-ssr-composition/src/components/ApolloExample.vue index 23ecab8..cd70fb6 100644 --- a/.test-todo/test-ssr-composition/src/components/ApolloExample.vue +++ b/.test-todo/test-ssr-composition/src/components/ApolloExample.vue @@ -1,12 +1,13 @@