mirror of
https://github.com/KevinMidboe/nova-map-fields.git
synced 2026-01-18 15:25:49 +00:00
First commit.
This commit is contained in:
9
resources/js/components/IndexField.vue
Executable file
9
resources/js/components/IndexField.vue
Executable file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<span>{{ field.value }}</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: ['resourceName', 'field'],
|
||||
}
|
||||
</script>
|
||||
Reference in New Issue
Block a user