add bottom-content class to the HCB layout bottom

This commit is contained in:
geoffrey45
2022-07-16 18:40:08 +03:00
parent 0bdc109082
commit cfea978298
+2
View File
@@ -21,9 +21,11 @@
<span>tap here</span>
</div>
</div>
<div class="bottom-content">
<slot name="bottom"></slot>
</div>
</div>
</div>
</template>
<script setup lang="ts">