๐Ÿ“ฆ vuetifyjs / crypto-theme

๐Ÿ“„ App.vue ยท 12 lines
1
2
3
4
5
6
7
8
9
10
11
12<template>
  <v-app>
    <v-main>
      <RouterView />
    </v-main>
  </v-app>
</template>

<script lang="ts" setup>
  //
</script>