From df038e11feaaef5ac264055424bb74f8d0bf77b6 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Mon, 31 Jul 2023 09:03:54 +0200 Subject: [PATCH] chore: playground tests --- packages/nuxt/playground/app.vue | 4 ++++ packages/nuxt/playground/composables/counter.ts | 13 ------------- packages/nuxt/playground/nuxt.config.ts | 10 +++++++++- 3 files changed, 13 insertions(+), 14 deletions(-) delete mode 100644 packages/nuxt/playground/composables/counter.ts diff --git a/packages/nuxt/playground/app.vue b/packages/nuxt/playground/app.vue index b36025b4..02df7895 100644 --- a/packages/nuxt/playground/app.vue +++ b/packages/nuxt/playground/app.vue @@ -1,6 +1,10 @@