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