Skip to content

Commit a5d4510

Browse files
committed
#99 language error
1 parent 5aa6b9a commit a5d4510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2465,7 +2465,7 @@ List of 300 VueJS Interview Questions
24652465
When the default render function encounters an error then you can use rennderError as an alternative render output. The error will be passed to renderError as the second argument.
24662466
24672467
The example usage of renderError is as below,
2468-
```javacript
2468+
```javascript
24692469
new Vue({
24702470
render (h) {
24712471
throw new Error('An error')

0 commit comments

Comments
 (0)