Skip to content

Instantly share code, notes, and snippets.

@chrisvfritz
Created June 3, 2018 19:06
Show Gist options
  • Select an option

  • Save chrisvfritz/e2b6a6110e0829d78fa4aedf7cf6b235 to your computer and use it in GitHub Desktop.

Select an option

Save chrisvfritz/e2b6a6110e0829d78fa4aedf7cf6b235 to your computer and use it in GitHub Desktop.
<template>
<p>{{ greeting }} World!</p>
</template>
<script>
module.exports = {
data: function () {
return {
greeting: 'Hello'
}
}
}
</script>
<style scoped>
p {
font-size: 2em;
text-align: center;
}
</style>
@qukezhi
Copy link
Copy Markdown

qukezhi commented Mar 28, 2019

Hello vue!

@qqlcx5
Copy link
Copy Markdown

qqlcx5 commented Jul 4, 2019

这。。。。
good star

@teelomo
Copy link
Copy Markdown

teelomo commented Oct 25, 2019

six six six

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment