mirror of
https://github.com/frappe/books.git
synced 2025-01-11 18:38:47 +00:00
6 lines
95 B
Vue
6 lines
95 B
Vue
<template>
|
|
<main class="frappe-main col-10">
|
|
<slot></slot>
|
|
</main>
|
|
</template>
|