Files
DiceCloud/app/imports/ui/forms/components/FormSections.vue
2019-07-22 13:05:11 +02:00

10 lines
141 B
Vue

<template lang="html">
<v-expansion-panel popout expand>
<slot/>
</v-expansion-panel>
</template>
<script>
export default {}
</script>