mirror of
https://github.com/grassrootseconomics/farmstar-survey-ui.git
synced 2024-11-16 16:36:47 +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>
|