Skip to content

Instantly share code, notes, and snippets.

@movii
Last active June 18, 2018 03:14
Show Gist options
  • Save movii/cb8a4e85f944957c0d2a26e99be610d1 to your computer and use it in GitHub Desktop.
Save movii/cb8a4e85f944957c0d2a26e99be610d1 to your computer and use it in GitHub Desktop.
<template>
<div>
- <div>计数器值为: {{ count }}</div>
+ <div>{{ count }}</div>
<button @click="count++">计数器 + 1</button>
</div>
</template>
// ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment