title_bar subdir
This commit is contained in:
parent
5b5b5acf7c
commit
825f2d166e
4 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@
|
||||||
import { Component, Vue } from "vue-property-decorator";
|
import { Component, Vue } from "vue-property-decorator";
|
||||||
import Calendar from "./components/calendar/Calendar.vue";
|
import Calendar from "./components/calendar/Calendar.vue";
|
||||||
import Dashboard from "./components/Dashboard.vue";
|
import Dashboard from "./components/Dashboard.vue";
|
||||||
import TitleBar from "./components/TitleBar.vue";
|
import TitleBar from "./components/title_bar/TitleBar.vue";
|
||||||
import TickerBar from "./components/TickerBar.vue";
|
import TickerBar from "./components/TickerBar.vue";
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
class="d-none d-sm-flex"
|
class="d-none d-sm-flex"
|
||||||
max-width="56"
|
max-width="56"
|
||||||
max-height="56"
|
max-height="56"
|
||||||
:src="require('../assets/thw.svg')"
|
:src="require('@/assets/thw.svg')"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<v-divider class="d-none d-md-block my-1" />
|
<v-divider class="d-none d-md-block my-1" />
|
Loading…
Reference in a new issue