Skip to content

Instantly share code, notes, and snippets.

@homayounKheiri
Last active December 10, 2022 13:38
Show Gist options
  • Save homayounKheiri/58003b82c676d9a92f1337dade5016e7 to your computer and use it in GitHub Desktop.
Save homayounKheiri/58003b82c676d9a92f1337dade5016e7 to your computer and use it in GitHub Desktop.
<template>
<MyComponent :id="myId" :title="myTitle"/>
</template>
<script>
export default {
data() {
return {
myId: 1,
myTitle: 'title',
}
},
}
</script>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment