Skip to content

Instantly share code, notes, and snippets.

@Dirk94
Created February 1, 2021 11:25
Show Gist options
  • Select an option

  • Save Dirk94/c82fb91820bada9ed84d219814dfe572 to your computer and use it in GitHub Desktop.

Select an option

Save Dirk94/c82fb91820bada9ed84d219814dfe572 to your computer and use it in GitHub Desktop.
<template>
<p>Your name is {{ name }}</p>
</template>
<script>
export default {
data() { return {
name: "Dirk",
} },
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment