Files
myprojplanet_vite/src/components/testpao/testpao.vue

12 lines
245 B
Vue
Raw Normal View History

2021-08-31 18:09:59 +02:00
<template>
<div id="logo">
<img id="logoimg" :alt="logoalt()" :src=logoimg() :style="mystyle">
</div>
</template>
<script lang="ts" src="./testpao.ts">
</script>
<style lang="scss" scoped>
@import './testpao.scss';
</style>