Site > Add info popin

This commit is contained in:
brunosimon
2017-09-09 13:12:12 +02:00
parent 3275bc9424
commit 9bfba30995
7 changed files with 196 additions and 2 deletions
+3 -1
View File
@@ -2,6 +2,7 @@ import Connexion from '@/components/connexion'
import ProjectsHub from '@/components/projects-hub'
import Project from '@/components/project'
import Favicon from '@/components/favicon'
import Popin from '@/components/popin'
export default
{
@@ -12,7 +13,8 @@ export default
Connexion,
ProjectsHub,
Project,
Favicon
Favicon,
Popin
},
computed:
@@ -14,6 +14,9 @@
<img class="element title" src="../../../static/svg/keppler-title.svg" alt="">
</a>
<!-- Popin -->
<popin></popin>
<!-- Projects -->
<projects-hub></projects-hub>