remove playground junk

This commit is contained in:
Wroclaw 2023-06-14 13:47:21 +02:00
parent 90932a49c8
commit 4720202d8a
8 changed files with 4 additions and 282 deletions

View file

@ -1,23 +1,5 @@
<script setup>
import Test from '~/components/test.vue';
<script setup lang="ts">
import { navigateTo } from 'nuxt/app';
navigateTo("/clients");
</script>
<template>
<h1>Hi mom!</h1>
<br>
<Test />
<Test />
<Test />
<Test />
<Test /><br>
<VCard
text="..."
variant="outlined"
/>
</template>
<style scoped>
h1 {
color: blue;
}
</style>