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-11 16:43:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
40928967ac
Nuxt
/
test
/
fixtures
/
spa
/
pages
/
error-handler.vue
9 lines
87 B
Vue
Raw
Normal View
History
Unescape
Escape
feat: call global vue errorHandler in fetch and asyncData (#3652) resolve #3335
2018-08-08 10:11:08 +00:00
<
script
>
export
default
{
fetch
(
)
{
fix: async fetch and asyncData not trigger ErrorHandler (#3781)
2018-08-22 13:10:43 +00:00
throw
Error
(
'fetch error!'
)
feat: call global vue errorHandler in fetch and asyncData (#3652) resolve #3335
2018-08-08 10:11:08 +00:00
}
}
<
/
script
>
Reference in New Issue
Copy Permalink