Skip to content
Snippets Groups Projects
Commit d6c7d7cf authored by Julian's avatar Julian
Browse files

Define CounterChip as component

parent 8cc75630
No related branches found
No related tags found
1 merge request!23Resolve "Bugs with absences"
Pipeline #186183 passed with warnings
...@@ -3,6 +3,7 @@ import CounterChip from "aleksis.core/components/generic/chips/CounterChip.vue"; ...@@ -3,6 +3,7 @@ import CounterChip from "aleksis.core/components/generic/chips/CounterChip.vue";
export default { export default {
name: "AbsenceReasonChip", name: "AbsenceReasonChip",
components: [CounterChip],
props: { props: {
absenceReason: { absenceReason: {
type: Object, type: Object,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment