chore: add types for template ref
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user