mirror of
https://gitlab.vegova.si/rkv/prosojnice.git
synced 2025-07-11 16:37:42 +00:00
Update project structure, add morse component
This commit is contained in:
6
components/o.vue
Normal file
6
components/o.vue
Normal file
@ -0,0 +1,6 @@
|
||||
<template>
|
||||
<span class="relative">
|
||||
<slot />
|
||||
<div class="absolute top-0.5 inset-0 border-current border-t" />
|
||||
</span>
|
||||
</template>
|
Reference in New Issue
Block a user