Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 581 Bytes

Room.md

File metadata and controls

18 lines (14 loc) · 581 Bytes

Room

Room

Creates a Roomname, which you can select in Shelf create. You can create a room in "/shelf" in the Shelf component.

Components

  • Components
    • v-text-field: inputfield for the Roomname and IPAdress
    • v-btn: submit Button to create a new Room
    • v-card-title: the title of the Page

Scripts

  • methods:
    • createRoom ():creates a Room and passes the response to DataService
  • mounted:
    • RoomDataService.create(Room): sends the created Room into the DataService

back to documentation