|
@@ -8,6 +8,7 @@
|
|
|
"
|
|
|
class="character-target-div"
|
|
|
>
|
|
|
+ 1
|
|
|
<FreeWriteQP
|
|
|
:bgColor.sync="bgColor"
|
|
|
:height="height"
|
|
@@ -21,7 +22,18 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
|
-
|
|
|
+ 2
|
|
|
+ <FreeWriteQPs
|
|
|
+ :bgColor.sync="bgColor"
|
|
|
+ :height="height"
|
|
|
+ :isCrop="isCrop"
|
|
|
+ :lineColor="lineColor"
|
|
|
+ :lineWidth="lineWidth"
|
|
|
+ :width="width"
|
|
|
+ class="vueEsign"
|
|
|
+ ref="esign"
|
|
|
+ id="esign"
|
|
|
+ />
|
|
|
<div class="imgsave">
|
|
|
<div class="image">
|
|
|
<div
|
|
@@ -67,11 +79,13 @@
|
|
|
<script>
|
|
|
import vueEsign from "vue-esign";
|
|
|
// import FreeWriteQP from "./FreeWriteQP.vue";
|
|
|
+import FreeWriteQPs from "./FreeWriteQP.vue";
|
|
|
import FreeWriteQP from "./FreewriteWord.vue";
|
|
|
import { LearnWebSI } from "../../../../api/ajax";
|
|
|
export default {
|
|
|
components: {
|
|
|
FreeWriteQP,
|
|
|
+ FreeWriteQPs,
|
|
|
vueEsign
|
|
|
},
|
|
|
props: [
|