This website requires JavaScript.
Explore
Help
Register
Sign In
Zengtudor
/
Nuxt
Watch
1
Star
0
Fork
0
You've already forked Nuxt
mirror of
https://github.com/nuxt/nuxt.git
synced
2024-11-06 06:03:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
701190d796
Nuxt
/
test
/
fixtures
/
with-config
/
layouts
/
error.vue
10 lines
103 B
Vue
Raw
Normal View
History
Unescape
Escape
More tests for build/index.js
2016-12-21 18:27:36 +00:00
<
template
>
<
h1
>
Error
page
<
/
h1
>
<
/
template
>
Add layout in __NUXT__
2017-03-25 17:59:46 +00:00
<
script
>
export
default
{
layout
:
'custom'
}
<
/
script
>
Reference in New Issue
Copy Permalink