Skip to content

Instantly share code, notes, and snippets.

@LinusBorg
Created September 29, 2018 11:35
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 LinusBorg/e22ecd83a46a101840938dbc18d60bd2 to your computer and use it in GitHub Desktop.
Save LinusBorg/e22ecd83a46a101840938dbc18d60bd2 to your computer and use it in GitHub Desktop.
<template>
<div>
yy
</div>
</template>
<script>
export default {
methods: {
async hello() {
return 'hello'
}
}
}
</script>
<style scoped>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment