mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 12:19:28 +00:00
8 lines
177 B
JavaScript
8 lines
177 B
JavaScript
import person from "./vertraege/person.js";
|
|
|
|
export default {
|
|
person,
|
|
configPrintDocument() {
|
|
return this.$fhcApi.get('api/frontend/v1/vertraege/config/printDocument');
|
|
}
|
|
} |