mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2024-11-19 17:46:46 +01:00
6 lines
110 B
Vue
6 lines
110 B
Vue
|
<template>
|
||
|
<div class="bg-white rounded border border-gray-300 p-3">
|
||
|
<slot></slot>
|
||
|
</div>
|
||
|
</template>
|