- created logo FreePlanet in SVG animation !
This commit is contained in:
7
src/components/logo/logo.vue
Normal file
7
src/components/logo/logo.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<div id="logo">
|
||||
<img id="logoimg" alt="FreePlanet" :src="`assets/${logoimg()}`">
|
||||
</div>
|
||||
</template>
|
||||
<script lang="ts" src="./logo.ts">
|
||||
</script>
|
||||
Reference in New Issue
Block a user