import action from "./action.js"; import actions from "./actions.js"; export default { props: [ "res", "actions" ], components: { action: action, actions: actions }, emits: [ 'actionexecuted' ], template: `
{{ res.r }}
Gebäude
{{ res.g }}
Stockwerk
{{ res.s }}
Raumnummer
{{ res.rn }}
`, methods: { } };