mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-07-21 03:40:55 +00:00
11 lines
175 B
Vue
11 lines
175 B
Vue
<template>
|
|
<div class="text-xs text-gray-600 dark:text-zinc-300">
|
|
<slot />
|
|
</div>
|
|
</template>
|
|
<script>
|
|
export default {
|
|
name: "FormSubLabel",
|
|
};
|
|
</script>
|