Created
August 2, 2018 03:59
-
-
Save slmanju/05be01583a4b7a505d982df512dd7bdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<template> | |
<div id="todo"> | |
<label for="newtodo">Todo</label> | |
<input type="text" id="newtodo" /> | |
</div> | |
</template> | |
<script> | |
export default { | |
} | |
</script> | |
<style> | |
</style> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment