|
@@ -17,7 +17,7 @@
|
|
/>
|
|
/>
|
|
</template>
|
|
</template>
|
|
<template v-else-if="itemI&&itemI.answer">
|
|
<template v-else-if="itemI&&itemI.answer">
|
|
- <Strockplayredline
|
|
|
|
|
|
+ <StrockplayredlineTable
|
|
:Book_text="itemI.con"
|
|
:Book_text="itemI.con"
|
|
:playStorkes="false"
|
|
:playStorkes="false"
|
|
:strokeColorgray="dataConfig.miaoRedBgcolor"
|
|
:strokeColorgray="dataConfig.miaoRedBgcolor"
|
|
@@ -90,7 +90,7 @@
|
|
|
|
|
|
<script>
|
|
<script>
|
|
//这里可以导入其它文件(比如:组件,工具js,第三方插件js,json文件,图片文件等等)
|
|
//这里可以导入其它文件(比如:组件,工具js,第三方插件js,json文件,图片文件等等)
|
|
-import Strockplayredline from "../../components/corpus/Strockplayredline.vue";
|
|
|
|
|
|
+import StrockplayredlineTable from "../../components/corpus/StrockplayredlineTable.vue";
|
|
import Strockplay from "../../components/corpus/Strockplay.vue"
|
|
import Strockplay from "../../components/corpus/Strockplay.vue"
|
|
import Strockred from "../../components/corpus/Strockred.vue"
|
|
import Strockred from "../../components/corpus/Strockred.vue"
|
|
import FreewriteLettle from "../../components/corpus/FreewriteLettle.vue"
|
|
import FreewriteLettle from "../../components/corpus/FreewriteLettle.vue"
|
|
@@ -98,7 +98,7 @@ import FreewriteLettle from "../../components/corpus/FreewriteLettle.vue"
|
|
export default {
|
|
export default {
|
|
//import引入的组件需要注入到对象中才能使用
|
|
//import引入的组件需要注入到对象中才能使用
|
|
components: {
|
|
components: {
|
|
- Strockplayredline,
|
|
|
|
|
|
+ StrockplayredlineTable,
|
|
Strockplay,
|
|
Strockplay,
|
|
Strockred,
|
|
Strockred,
|
|
FreewriteLettle
|
|
FreewriteLettle
|