Skip to content

Instantly share code, notes, and snippets.

@shiopon01
Created September 20, 2017 01:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shiopon01/3541be1170929fb475715930c2efa652 to your computer and use it in GitHub Desktop.
Save shiopon01/3541be1170929fb475715930c2efa652 to your computer and use it in GitHub Desktop.
<template>
<div id="test">
HELLO
</div>
</template>
<script>
export default {
name: 'test'
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment