add nova
This commit is contained in:
9
nova/resources/js/fields/Detail/TextField.vue
Normal file
9
nova/resources/js/fields/Detail/TextField.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<PanelItem :index="index" :field="field" />
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['index', 'resource', 'resourceName', 'resourceId', 'field'],
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user