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
e271aa0a0a
Nuxt
/
test
/
fixtures
/
basic
/
pages
/
error-string.vue
9 lines
104 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
{
refactor: update eslint-config to 1.x Co-authored-by: Alexander Lichter <manniL@gmx.net>
2019-07-10 10:45:49 +00:00
fetch
(
)
{
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