This repository has been archived on 2025-01-07. You can view files and clone it, but cannot push or open issues or pull requests.
rebuilding-bartik/src/components/DrupalBlock.vue

6 lines
81 B
Vue

<template>
<div class="widget">
<slot></slot>
</div>
</template>