Последняя версия с сервера прошлого разработчика
This commit is contained in:
15
nova/resources/js/components/Form/Label.vue
Executable file
15
nova/resources/js/components/Form/Label.vue
Executable file
@@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<label :for="labelFor" class="inline-block text-80 pt-2 leading-tight">
|
||||
<slot />
|
||||
</label>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
labelFor: {
|
||||
type: String,
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user