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