add nova
This commit is contained in:
16
nova/resources/js/fields/Form/AudioField.vue
Normal file
16
nova/resources/js/fields/Form/AudioField.vue
Normal file
@@ -0,0 +1,16 @@
|
||||
<script>
|
||||
import FileField from '@/fields/Form/FileField'
|
||||
|
||||
export default {
|
||||
extends: FileField,
|
||||
|
||||
computed: {
|
||||
/**
|
||||
* Determining if the field is a Vapor field.
|
||||
*/
|
||||
isVaporField() {
|
||||
return false
|
||||
},
|
||||
},
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user