Add DrupalBlock component
This commit is contained in:
parent
2d53250ccd
commit
c0880191e6
2 changed files with 12 additions and 3 deletions
5
src/components/DrupalBlock.vue
Normal file
5
src/components/DrupalBlock.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div class="widget">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
Reference in a new issue