Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

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