Skip to content

Instantly share code, notes, and snippets.

@bachhm-dev
Created August 30, 2020 06:35
Show Gist options
  • Select an option

  • Save bachhm-dev/efaacb310ab748806e6426bd8b5c86f2 to your computer and use it in GitHub Desktop.

Select an option

Save bachhm-dev/efaacb310ab748806e6426bd8b5c86f2 to your computer and use it in GitHub Desktop.
<template>
<div>
<h1>{{ msg }}</h1>
<button @click="count++">count is: {{ count }}</button>
<p>Edit <code>components/HelloWorld.vue</code> to test hot module replacement.</p>
</div>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment