Yuika/src/components/Header/HeaderRight.vue

18 lines
176 B
Vue

<template>
<div class="yuika-header-right">
<slot></slot>
</div>
</template>
<script>
export default {
}
</script>
<style>
.yuika-header-right {
@apply mr-4;
}
</style>