From 5920a0eaa9cf1a80eb7741e12f2e69575db46e67 Mon Sep 17 00:00:00 2001 From: Pooya Parsa Date: Fri, 10 Sep 2021 10:11:32 +0200 Subject: [PATCH] chore: update playground --- playground/nuxt.config.ts | 2 +- playground/pages/index.vue | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/playground/nuxt.config.ts b/playground/nuxt.config.ts index 70d274d93d..e50dc842b0 100644 --- a/playground/nuxt.config.ts +++ b/playground/nuxt.config.ts @@ -1,5 +1,5 @@ import { defineNuxtConfig } from '@nuxt/kit' export default defineNuxtConfig({ - vite: true + // vite: true }) diff --git a/playground/pages/index.vue b/playground/pages/index.vue index 295633fd6b..0fdcbb725a 100644 --- a/playground/pages/index.vue +++ b/playground/pages/index.vue @@ -1,7 +1,8 @@