Creates a Roomname, which you can select in Shelf create. You can create a room in "/shelf" in the Shelf component.
- Components
v-text-field
: inputfield for the Roomname and IPAdressv-btn
: submit Button to create a new Roomv-card-title
: the title of the Page
- methods:
createRoom ()
:creates a Room and passes the response to DataService
- mounted:
RoomDataService.create(Room)
: sends the created Room into the DataService