Files
DiceCloud/app/imports/ui/components/forms/FormSections.vue
2019-07-19 14:07:22 +02:00

10 lines
141 B
Vue

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