Skip to content

Commit

Permalink
fix: fix link prop in 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Sep 29, 2019
1 parent e9e8cae commit 018d367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/saber/vue-renderer/app/404.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const NotFound = {
return h('div', { style: { margin: '2rem' } }, [
h('h1', { style: { margin: '0 0 20px 0' } }, ['Not Found']),
h('saber-link', {
props: {
attrs: {
to: '/'
},
style: {
Expand Down

0 comments on commit 018d367

Please sign in to comment.