mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 01:53:55 +00:00
12 lines
138 B
Vue
12 lines
138 B
Vue
<template>
|
|
<div class="hello">
|
|
This is HelloWorld component!
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
.hello {
|
|
color: red;
|
|
}
|
|
</style>
|