Move nuxt components to components-nuxt

This commit is contained in:
Sam Carlton 2021-09-11 13:07:08 -05:00
parent 300d9598b4
commit decaaabfe1
36 changed files with 62 additions and 61 deletions

7
components-nuxt/Logo.vue Normal file
View file

@ -0,0 +1,7 @@
<template>
<div
:style="{
fontSize: '10rem'
}"
>🦾</div>
</template>