mirror of
https://github.com/go-vikunja/vikunja.git
synced 2026-07-27 17:19:57 -05:00
feat(components): align component name casing Heading
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
}
|
||||
|
||||
// FIXME: used for
|
||||
// - the <h1> in heading.vue
|
||||
// - the <h1> in Heading.vue
|
||||
// - the <h2> in Kanban.vue
|
||||
// Contenteditable form
|
||||
.input.title {
|
||||
|
||||
@@ -608,7 +608,7 @@ import Datepicker from '@/components/input/Datepicker.vue'
|
||||
import Description from '@/components/tasks/partials/Description.vue'
|
||||
import EditAssignees from '@/components/tasks/partials/EditAssignees.vue'
|
||||
import EditLabels from '@/components/tasks/partials/EditLabels.vue'
|
||||
import Heading from '@/components/tasks/partials/heading.vue'
|
||||
import Heading from '@/components/tasks/partials/Heading.vue'
|
||||
import ProjectSearch from '@/components/tasks/partials/projectSearch.vue'
|
||||
import PercentDoneSelect from '@/components/tasks/partials/percentDoneSelect.vue'
|
||||
import PrioritySelect from '@/components/tasks/partials/prioritySelect.vue'
|
||||
|
||||
Reference in New Issue
Block a user