mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-15 13:18:27 +00:00
11 lines
124 B
JavaScript
11 lines
124 B
JavaScript
export default {
|
|
render () {
|
|
return (
|
|
<div>
|
|
<h1>JS layout</h1>
|
|
<nuxt/>
|
|
</div>
|
|
)
|
|
}
|
|
}
|