Component({ data: { }, properties: { closeObj: { type: Object, value: {} } }, pageLifetimes: { show () { }, hide () { } }, lifetimes: { attached () { }, detached () { } }, methods: { } })