-
-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Guillaume Chau
committed
Apr 12, 2018
1 parent
1d9a4d6
commit 11bb249
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<template> | ||
<div class="not-found page"> | ||
<VueIcon icon="pets" class="huge"/> | ||
<h1 class="title">View not found</h1> | ||
<VueButton :to="{ name: 'home' }">Go home</VueButton> | ||
</div> | ||
</template> | ||
|
||
<style lang="stylus" scoped> | ||
@import "~@/style/imports" | ||
.not-found | ||
v-box() | ||
box-center() | ||
height 100% | ||
.title | ||
margin $padding-item 0 | ||
</style> |