mirror of
https://github.com/nuxt/nuxt.git
synced 2024-12-02 18:37:21 +00:00
12 lines
133 B
Vue
12 lines
133 B
Vue
<template>
|
|
<div class="container">
|
|
Comments only
|
|
</div>
|
|
</template>
|
|
|
|
<style scoped>
|
|
.container {
|
|
padding: 20px;
|
|
}
|
|
</style>
|