2
0
mirror of https://github.com/frappe/books.git synced 2025-02-04 04:58:30 +00:00
books/src/pages/ListView/ListCell.vue

6 lines
79 B
Vue
Raw Normal View History

<template>
2019-10-04 23:30:51 +05:30
<div class="text-sm py-4">
<slot></slot>
</div>
</template>