Skip to content

Instantly share code, notes, and snippets.

@gaku3601
Created November 12, 2018 21:50
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 gaku3601/40180e2d3e73e363a95cfed52ce62002 to your computer and use it in GitHub Desktop.
Save gaku3601/40180e2d3e73e363a95cfed52ce62002 to your computer and use it in GitHub Desktop.
testing gist
<template>
<div>
gistのtest(´・ω・`)bd(๑òωó๑)۶
</div>
</template>
<script>
export default{
name: 'test',
data () {
return {
test: '(´・ω・`)b'
}
}
}
</script>
<style>
.test{
color: red;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment