feat [front]: switch to nuxt3 and vue3

This commit is contained in:
Alice 2022-04-03 01:20:54 +02:00
parent 11c336e887
commit 6a85d0694e
16 changed files with 6128 additions and 36729 deletions

View file

@ -1,9 +1,9 @@
<template>
<Tutorial />
<div
class="relative items-top justify-center min-h-screen bg-gray-100 sm:items-center sm:pt-0"
>
<MainMovie />
</div>
</template>
<script lang="ts">
import Vue from 'vue'
export default Vue.extend({})
</script>
<script setup lang="ts"></script>