<template>
<div>
<h1>I'm RED</h1>
</div>
</template>
<style scoped>
/* INDEX CSS */
h1 {
color: red;
}
/* END OF INDEX CSS */
</style>