mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
b1b9e0bcbc
* support named views for extendRoutes config * fix lint errors * fix lint errors 2 * some refactoring * var rename * fixture & unit tests * fix: style * nuxt-child named view example and test * nuxt element with named view in layout * lint
7 lines
95 B
Vue
7 lines
95 B
Vue
<template>
|
|
<div>
|
|
TOP:<Nuxt name="top" />:TOP
|
|
PAGE:<Nuxt />:PAGE
|
|
</div>
|
|
</template>
|