Files
newfreeplanet_OLD/src/components/logo/logo.vue
2021-08-31 18:09:59 +02:00

12 lines
239 B
Vue
Executable File

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