Skip to content

Instantly share code, notes, and snippets.

@matthieu-D
Last active January 24, 2018 17:28
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 matthieu-D/52963689ca087254475456cece9c5b84 to your computer and use it in GitHub Desktop.
Save matthieu-D/52963689ca087254475456cece9c5b84 to your computer and use it in GitHub Desktop.
<template>
<div>
<div @click="showFirstThis()">Show first this object</div>
<div @click="showSecondThis()">Show second this object</div>
</div>
</template>
<script lang="ts" src="./component-with-methods.ts"></script>
<style>
div {
width: 100%;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment