Files
freeplanet/src/components/logo/logo.vue
Paolo Arena 3653b8309c - Chart Maps Nationality
- Username lowercase
- Statistics
- Telegram
2020-01-27 15:09:11 +01:00

12 lines
235 B
Vue

<template>
<div id="logo">
<img id="logoimg" :alt="logoalt" :src=logoimg :style="mystyle">
</div>
</template>
<script lang="ts" src="./logo.ts">
</script>
<style lang="scss" scoped>
@import './logo.scss';
</style>