mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-07-16 22:42:16 +00:00
set name attribute to components
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user