chore: add types for template ref
This commit is contained in:
parent
7c9e98fdf6
commit
79e332e518
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ async function updateTask(e) {
|
||||||
}
|
}
|
||||||
|
|
||||||
const newTaskFieldActive = ref(false)
|
const newTaskFieldActive = ref(false)
|
||||||
const newTaskTitleField = ref()
|
const newTaskTitleField = ref<HTMLInputElement | null>(null)
|
||||||
const newTaskTitle = ref('')
|
const newTaskTitle = ref('')
|
||||||
|
|
||||||
function showCreateTaskOrCreate() {
|
function showCreateTaskOrCreate() {
|
||||||
|
|
Loading…
Reference in a new issue