add/edit med feeds works
This commit is contained in:
parent
68c2109438
commit
9e77272535
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,7 @@ import CustomerSearch from '@/components/CustomerSearch.vue'
|
|||
import ProductSearch from '@/components/ProductSearch.vue'
|
||||
import VetSearch from '@/components/VetSearch.vue'
|
||||
import MedSearch from '@/components/MedSearch.vue'
|
||||
import ErrorBanner from '@/components/ErrorBanner.vue'
|
||||
export default {
|
||||
props:{
|
||||
set_mf: {}
|
||||
|
@ -95,6 +96,7 @@ export default {
|
|||
DatePicker,
|
||||
CustomerSearch,
|
||||
ProductSearch,
|
||||
ErrorBanner,
|
||||
VetSearch,
|
||||
MedSearch
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue