mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-10 07:48:37 +01:00
14 lines
393 B
Vue
14 lines
393 B
Vue
<script lang="ts" setup>
|
|
|
|
</script>
|
|
|
|
<template>
|
|
|
|
<div
|
|
class="w-full h-[4rem] border-solid border-[#D9D9E0] dark:border-[#202020] border-b-[1px] bg-lyx-lightmode-background dark:bg-lyx-background flex dark:shadow-[1px_0_10px_#000000]">
|
|
<div class="flex items-center px-10">
|
|
<SelectorDomainSelector></SelectorDomainSelector>
|
|
</div>
|
|
</div>
|
|
|
|
</template> |