mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-14 18:13:54 +00:00
8ab135af55
Alpha 0.1.0
10 lines
101 B
Vue
Executable File
10 lines
101 B
Vue
Executable File
<template>
|
|
<div class="red">This is red</div>
|
|
</template>
|
|
|
|
<style>
|
|
.red {
|
|
color: red;
|
|
}
|
|
</style>
|