[+] Meruicon component
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 56 KiB |
@@ -0,0 +1,23 @@
|
|||||||
|
<template>
|
||||||
|
<div id="MeruIcon">
|
||||||
|
<img alt="meru" src="../../public/meru_256px.png">
|
||||||
|
</div>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<script lang="ts">
|
||||||
|
import {Options, Vue} from 'vue-class-component';
|
||||||
|
|
||||||
|
@Options({components: {}})
|
||||||
|
export default class MeruIcon extends Vue
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style lang="sass" scoped>
|
||||||
|
img
|
||||||
|
width: 160px
|
||||||
|
position: absolute
|
||||||
|
left: 0
|
||||||
|
bottom: 0
|
||||||
|
</style>
|
||||||
Reference in New Issue
Block a user