Skip to content

Commit

Permalink
Merge pull request #381 from pratik227/vue3-codesandbox-added
Browse files Browse the repository at this point in the history
  • Loading branch information
neighborhood999 authored Nov 9, 2022
2 parents 754c8ca + 64a90c9 commit 0473c2a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@
> Vue component wrap for [signature pad](https://github.com/szimek/signature_pad)
> Note: If you are still using Vue 2, please install **2.0.5** version, for Vue 3 you can install the **latest publish version**.
## Demo
## Demo Vue 2

[![Edit Vue Signature Pad Demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/n5qjp3oqv4)

## Demo Vue 3

[![Edit Vue Signature Pad Demo](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/broken-flower-22ot7m)



## Installation

```sh
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "vue-signature-pad",
"description": "SignaturePad component for Vue.js",
"version": "3.0.2",
"version": "3.0.3",
"main": "dist/vue-signature-pad.ssr.js",
"unpkg": "dist/vue-signature-pad.min.js",
"module": "dist/vue-signature-pad.esm.js",
Expand Down

0 comments on commit 0473c2a

Please sign in to comment.