chore: add types for template ref
This commit is contained in:
parent
6975a2b286
commit
4be0977014
@ -193,7 +193,7 @@ async function updateTask(e) {
|
||||
}
|
||||
|
||||
const newTaskFieldActive = ref(false)
|
||||
const newTaskTitleField = ref()
|
||||
const newTaskTitleField = ref<HTMLInputElement | null>(null)
|
||||
const newTaskTitle = ref('')
|
||||
|
||||
function showCreateTaskOrCreate() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user