Hide module navigation
This commit is contained in:
parent
99de7270a4
commit
1ebfacfbdb
|
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div>
|
||||
<nav class="module-navigation">
|
||||
<nav v-if="false" class="module-navigation">
|
||||
<div class="module-navigation__module-content">
|
||||
<router-link
|
||||
tag="h3"
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
import ADD_ROOM_MUTATION from '@/graphql/gql/mutations/addRoom.gql';
|
||||
import ROOMS_QUERY from '@/graphql/gql/roomsQuery.gql';
|
||||
|
||||
const defaultColor = 'blue';
|
||||
const defaultAppearance = 'blue';
|
||||
|
||||
export default {
|
||||
components: {
|
||||
|
|
@ -21,7 +21,7 @@
|
|||
data() {
|
||||
return {
|
||||
room: {
|
||||
appearance: defaultColor,
|
||||
appearance: defaultAppearance,
|
||||
title: '',
|
||||
description: '',
|
||||
schoolClass: {}
|
||||
|
|
|
|||
Loading…
Reference in New Issue