add header and lang switcher

This commit is contained in:
Amir Mohamadi
2020-06-04 13:12:48 +04:30
parent 75f8971cb3
commit 471e982b18
9 changed files with 216 additions and 52 deletions
-2
View File
@@ -1,9 +1,7 @@
import Vue from 'vue'
import header from '../components/header'
import logo from '../components/icons/logo'
import langBar from '../components/langBar'
Vue.component('site-header', header)
Vue.component('logo', logo)
Vue.component('langBar', langBar)