Skip to content

2.0.4

Compare
Choose a tag to compare
@neighborhood999 neighborhood999 released this 16 Jul 01:54
· 54 commits to master since this release
36c5133
  • Support component import
<script>
import { VueSignaturePad } from 'vue-signature-pad';

export default {
  components: {
    VueSignaturePad
  }
}
</script>