wip
This commit is contained in:
9
nova-components/NovaCustomHtml/resources/js/field.js
Normal file
9
nova-components/NovaCustomHtml/resources/js/field.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import IndexField from './components/IndexField'
|
||||
import DetailField from './components/DetailField'
|
||||
import FormField from './components/FormField'
|
||||
|
||||
Nova.booting((app, store) => {
|
||||
app.component('index-nova-custom-html', IndexField)
|
||||
app.component('detail-nova-custom-html', DetailField)
|
||||
app.component('form-nova-custom-html', FormField)
|
||||
})
|
||||
Reference in New Issue
Block a user