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