<template><divclass="hello"><h1>{{msg}}</h1></div></template><script>exportdefault{name:'HelloWorld',props:{msg:String}}</script><!-- Add "scoped" attribute to limit CSS to this component only --><stylescopedlang="scss">h3{margin:40px00;}ul{list-style-type:none;padding:0;}li{display:inline-block;margin:010px;}a{color:#42b983;}</style>