doesitarm/components/Logo.vue
2020-09-19 17:05:57 -05:00

7 lines
107 B
Vue

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