<template>
<div class="hello">
This is HelloWorld component!
</div>
</template>
<style scoped>
.hello {
color: red;
}
</style>