Added icon component. Stylized filter bar.

This commit is contained in:
2019-10-28 02:54:37 +01:00
parent df2e13f091
commit 5f853792b8
9 changed files with 321 additions and 111 deletions

View File

@@ -7,11 +7,15 @@ import initStore from './store';
import '../css/style.scss';
import Container from '../components/container/container.vue';
import Icon from '../components/icon/icon.vue';
function init() {
const store = initStore(router);
Vue.mixin({
components: {
Icon,
},
watch: {
pageTitle(title) {
if (title) {