Skip to content

Instantly share code, notes, and snippets.

@dvallin
Created November 29, 2017 16:46
Show Gist options
  • Save dvallin/1dc17fe200168278e5727a069310214f to your computer and use it in GitHub Desktop.
Save dvallin/1dc17fe200168278e5727a069310214f to your computer and use it in GitHub Desktop.
<template>
<input class="new-todo"
autofocus autocomplete="off"
placeholder="What needs to be done?">
</template>
<script lang="ts">
export default {
name: 'NewTaskInput',
data() {
return { }
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment