feat(components): align component name casing Heading
This commit is contained in:
parent
82991bada2
commit
3c80783bf2
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user