Add DrupalBlock component

This commit is contained in:
Oliver Davies 2018-12-05 20:52:51 +00:00
parent 2d53250ccd
commit c0880191e6
2 changed files with 12 additions and 3 deletions

View file

@ -0,0 +1,5 @@
<template>
<div class="widget">
<slot></slot>
</div>
</template>