Created
August 2, 2018 04:01
-
-
Save slmanju/ac0431b743f0bebf99c949c0fd331cd2 to your computer and use it in GitHub Desktop.
This file contains 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-list"> | |
<ul> | |
<li>Todo 1</li> | |
<li>Todo 2</li> | |
<li>Todo 3</li> | |
</ul> | |
</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