In Vue, is there a way to override/manipulate the props data before displaying it in the view by setting a method, or is there an switch or if which I can use inside the component template?
So basically, if the props is "hello", I want to display it like "Hello World."
What is the proper way of achieving this in vue?