HTML:
<h1>{{ msg }}</h1>
js:
export default { props: { msg: String }}
vue:<HelloWorld msg="Welcome to Your Vue.js App"/>