fork me on github
This commit is contained in:
parent
55401cc44f
commit
8beaa2d23a
@ -1,5 +1,6 @@
|
|||||||
<script setup lang="ts">
|
<script setup lang="ts">
|
||||||
import { RouterView } from 'vue-router'
|
import { RouterView } from 'vue-router'
|
||||||
|
import ForkMe from "@/components/ForkMe.vue";
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
@ -9,6 +10,7 @@ import { RouterView } from 'vue-router'
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<RouterView />
|
<RouterView />
|
||||||
|
<ForkMe></ForkMe>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="scss">
|
<style scoped lang="scss">
|
||||||
|
|||||||
15
frontend/wizard-vue/src/components/ForkMe.vue
Normal file
15
frontend/wizard-vue/src/components/ForkMe.vue
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
<template>
|
||||||
|
<a href="https://github.com/egor3f/rssalchemy" target="_blank">
|
||||||
|
<img decoding="async" width="149" height="149"
|
||||||
|
src="https://github.blog/wp-content/uploads/2008/12/forkme_right_darkblue_121621.png"
|
||||||
|
class="attachment-full size-full" alt="Fork me on GitHub" loading="lazy">
|
||||||
|
</a>
|
||||||
|
</template>
|
||||||
|
|
||||||
|
<style scoped lang="scss">
|
||||||
|
.attachment-full {
|
||||||
|
position: absolute;
|
||||||
|
top: 0;
|
||||||
|
right: 0;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
Loading…
x
Reference in New Issue
Block a user