Последняя версия с сервера прошлого разработчика
This commit is contained in:
12
nova/resources/js/components/Form/FieldWrapper.vue
Executable file
12
nova/resources/js/components/Form/FieldWrapper.vue
Executable file
@@ -0,0 +1,12 @@
|
||||
<template functional>
|
||||
<div class="flex border-b border-40" :class="{ 'flex-col': props.stacked }">
|
||||
<slot />
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
stacked: { type: Boolean, default: false },
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user