Skip to content

Commit

Permalink
Documenmation has been updated
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafadalga committed Nov 19, 2022
1 parent 8895e9a commit 0e80ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default {
## Usage
* Example 1
```
<script>
import { numberCounter } from "vue3-number-counter";
export default {
Expand All @@ -75,7 +76,7 @@ export default {
}
}
}
</script>
<template>
<div v-number-counter="counter">0% completed</div>
Expand Down Expand Up @@ -104,6 +105,7 @@ const counter = {
* Example 3

```
<script setup>
const counter = {
countFrom: 0,
countTo: 100,
Expand Down

0 comments on commit 0e80ea5

Please sign in to comment.