# How to use component props or data Easy. Instead of defining `metaInfo` as an object, define it as a function and access `this` as usual: **Post.vue:** ```html ``` **PostContainer.vue:** ```html ```