Skip to content

Instantly share code, notes, and snippets.

@viclotana
Last active April 24, 2019 19:00
Show Gist options
  • Save viclotana/8d1cc69c293a3f6070bf0f7aa2e03fd4 to your computer and use it in GitHub Desktop.
Save viclotana/8d1cc69c293a3f6070bf0f7aa2e03fd4 to your computer and use it in GitHub Desktop.
<script>
import clickMixin from '../Mixins/clickMixin'
export default {
name: 'Test',
mixins: [clickMixin]
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment