doc(examples): fix typo (#2042)

This commit is contained in:
surfer77 2021-11-21 06:30:32 -06:00 committed by GitHub
parent b1371373c8
commit d4d886e52b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@
<div>
{{ data }}
<button :disabled="pending" @click="refresh">
Refrash Data
Refresh Data
</button>
</div>
</template>