set name attribute to components

This commit is contained in:
ma0068
2025-04-04 11:07:54 +02:00
parent b75c9cc524
commit 958577902d
2 changed files with 2 additions and 0 deletions
@@ -1,6 +1,7 @@
import AnrechnungenList from './Anrechnungen/Anrechnungen.js';
export default {
name: "TabExemptions",
components: {
AnrechnungenList
},
@@ -5,6 +5,7 @@ import FormInput from "../../../../Form/Input.js";
import CoreNotiz from "../../../../Notiz/Notiz.js";
export default {
name: "ExemptionComponent",
components: {
CoreFilterCmpt,
BsModal,