Files
freeplanet/src/components/logo/logo.vue

12 lines
235 B
Vue
Raw Normal View History

<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>