Favicon > Add favicon with notification

This commit is contained in:
brunosimon
2017-09-07 14:11:22 +02:00
parent 833ff06835
commit 066a71e4d0
10 changed files with 115 additions and 22 deletions
+3 -1
View File
@@ -1,6 +1,7 @@
import Connexion from '@/components/connexion'
import ProjectsHub from '@/components/projects-hub'
import Project from '@/components/project'
import Favicon from '@/components/favicon'
export default
{
@@ -10,7 +11,8 @@ export default
{
Connexion,
ProjectsHub,
Project
Project,
Favicon
},
computed:
@@ -2,6 +2,9 @@
<!-- Connexion -->
<connexion></connexion>
<!-- Favicon -->
<favicon></favicon>
<!-- Header -->
<a class="application-header" href="#" @click.prevent="onHeaderClick">
<img class="element background" src="../../../static/svg/header-background.svg" alt="">