forked from epicmaxco/vuestic-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Alexander Boriskin
authored and
Alexander Boriskin
committed
May 19, 2018
1 parent
9c2ea3b
commit b806dce
Showing
4 changed files
with
28 additions
and
21 deletions.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
<template> | ||
|
||
<vuestic-navbar> | ||
<header-selector slot="selector" v-on:click="valueProxy = $event"/> | ||
<header-selector slot="selector" v-model="valueProxy"/> | ||
<i slot="logo" class="i-vuestic"></i> | ||
<div slot="center" class="navbar-text offset-md-1 col-md-7 d-none d-lg-flex align-items-center justify-content-center"> | ||
{{$t('navbar.messageUs')}} <a href="mailto:[email protected]">[email protected]</a> | ||
|
@@ -46,9 +46,6 @@ | |
computed: { | ||
valueProxy: { | ||
get () { | ||
if (this.value === true) { | ||
this.$emit('toggle-menu', this.value) | ||
} | ||
return this.value | ||
}, | ||
set (value) { | ||
|
17 changes: 9 additions & 8 deletions
17
src/components/layout/app-navbar/components/HeaderSelector.vue
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