add local_datetime component as child of ccpo_approval component
This commit is contained in:
parent
0ab8cc86c2
commit
78d36378a5
@ -1,10 +1,12 @@
|
|||||||
import textinput from '../text_input'
|
import textinput from '../text_input'
|
||||||
|
import LocalDatetime from '../local_datetime'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ccpo-approval',
|
name: 'ccpo-approval',
|
||||||
|
|
||||||
components: {
|
components: {
|
||||||
textinput
|
textinput,
|
||||||
|
LocalDatetime
|
||||||
},
|
},
|
||||||
|
|
||||||
data: function () {
|
data: function () {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user