doesitarm/components-nuxt/Logo.vue
2021-09-11 13:07:08 -05:00

7 lines
107 B
Vue

<template>
<div
:style="{
fontSize: '10rem'
}"
>🦾</div>
</template>