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-12 00:53:55 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
011b3b4491
Nuxt
/
test
/
fixtures
/
spa
/
pages
/
error-handler-string.vue
9 lines
111 B
Vue
Raw
Normal View
History
Unescape
Escape
fix: handle errors that are not error instances (#4321)
2018-11-14 19:17:44 +00:00
<
script
>
export
default
{
feat(vue-app): new fetch syntax (#6880)
2020-02-04 18:36:22 +00:00
fetch
(
context
)
{
fix: handle errors that are not error instances (#4321)
2018-11-14 19:17:44 +00:00
throw
'fetch error!'
// eslint-disable-line
}
}
<
/
script
>
Reference in New Issue
Copy Permalink