Showing
1 changed file
with
1 additions
and
1 deletions
@@ -83,7 +83,7 @@ | @@ -83,7 +83,7 @@ | ||
83 | <script> | 83 | <script> |
84 | // import customMenuBox from "../../designerComponents/customMenuBox";//下探组件 | 84 | // import customMenuBox from "../../designerComponents/customMenuBox";//下探组件 |
85 | import customDialog from "../../designerComponents/customDialog"; | 85 | import customDialog from "../../designerComponents/customDialog"; |
86 | - import {mapGetters} from "_vuex@3.0.1@vuex"; | 86 | + import {mapGetters} from "vuex"; |
87 | // import dynamicTableComponents from "../../designerComponents/dynamicTableComponents"; | 87 | // import dynamicTableComponents from "../../designerComponents/dynamicTableComponents"; |
88 | 88 | ||
89 | export default { | 89 | export default { |
-
Please register or login to post a comment