add local_datetime component as child of ccpo_approval component

This commit is contained in:
Andrew Croce 2018-09-21 14:23:21 -04:00
parent 0ab8cc86c2
commit 78d36378a5

View File

@ -1,10 +1,12 @@
import textinput from '../text_input'
import LocalDatetime from '../local_datetime'
export default {
name: 'ccpo-approval',
components: {
textinput
textinput,
LocalDatetime
},
data: function () {