This repository has been archived on 2025-10-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
rebuilding-uis/src/components/SidebarBlock.vue

6 lines
92 B
Vue
Raw Normal View History

2018-12-28 00:04:50 +00:00
<template>
<div class="bg-grey-lightest p-4 mb-4">
<slot></slot>
</div>
</template>