chore: update playground

This commit is contained in:
Pooya Parsa 2021-09-10 10:11:32 +02:00
parent 06e99a10ae
commit 5920a0eaa9
2 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,5 @@
import { defineNuxtConfig } from '@nuxt/kit' import { defineNuxtConfig } from '@nuxt/kit'
export default defineNuxtConfig({ export default defineNuxtConfig({
vite: true // vite: true
}) })

View File

@ -1,7 +1,8 @@
<template> <template>
<div> <div>
<img src="~/assets/logo.svg"> <img src="~/assets/logo.svg">
Hello World <br>
Hello Nuxt 3
</div> </div>
</template> </template>