This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
:disabled="!enabled"
|
||||
:default-url="dataUrl"
|
||||
></vueSignature>
|
||||
<vueSignature ref="signature1" :sig-option="option"></vueSignature>
|
||||
<!-- <vueSignature ref="signature1" :sig-option="option"></vueSignature> -->
|
||||
<button @click="save">Save</button>
|
||||
<button @click="clear">Clear</button>
|
||||
<button @click="undo">Undo</button>
|
||||
@@ -70,7 +70,7 @@ export default {
|
||||
return {
|
||||
option: {
|
||||
penColor: "rgb(0, 0, 0)",
|
||||
backgroundColor: "rgb(255,255,255)"
|
||||
backgroundColor: "rgb(245,245,245)"
|
||||
},
|
||||
|
||||
dataUrl: null, //"https://avatars2.githubusercontent.com/u/17644818?s=460&v=4"
|
||||
|
||||
Reference in New Issue
Block a user