10 lines
129 B
Vue
10 lines
129 B
Vue
<template>
|
|
<span class="hebrew" lang="he" dir="rtl"><slot /></span>
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
// no-op
|
|
</script>
|
|
|
|
|