2
0
mirror of https://github.com/frappe/books.git synced 2025-01-26 16:48:28 +00:00
books/ui/components/Main.vue

6 lines
95 B
Vue
Raw Normal View History

2018-06-27 20:08:27 +05:30
<template>
<main class="frappe-main col-10">
<slot></slot>
</main>
</template>