Skip to content

Commit 7cf720e

Browse files
committed
[Docs] Add blink prop to example
1 parent 4f8a172 commit 7cf720e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import Clock from 'vue-digital-clock'
3131

3232
```vue
3333
<template>
34-
<Clock />
34+
<Clock :blink="true" />
3535
</template>
3636
3737
<script>

0 commit comments

Comments
 (0)