Remove debug info
This commit is contained in:
parent
ba2b77199a
commit
b2b2baab0f
|
|
@ -1,7 +1,7 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="new-room">
|
<div class="new-room">
|
||||||
<div class="new-room__content">
|
<div class="new-room__content">
|
||||||
<h1 class="new-room__heading">Neues Board {{room.title}}</h1>
|
<h1 class="new-room__heading">Neues Board</h1>
|
||||||
|
|
||||||
<h2 class="new-room__property-heading">Titel</h2>
|
<h2 class="new-room__property-heading">Titel</h2>
|
||||||
<input class="skillbox-input new-room__input" v-model="room.title">
|
<input class="skillbox-input new-room__input" v-model="room.title">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue