Nuxt/test/fixtures/named-views/named-views.test.js
Andrey Shertsinger b1b9e0bcbc feat(vue-app): support named views (#4410)
* 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
2018-12-20 16:50:22 +01:00

4 lines
78 B
JavaScript

import { buildFixture } from '../../utils/build'
buildFixture('named-views')