src/store/getters.js
@@ -33,6 +33,9 @@ windowHeight: state => state.control.windowHeight, table_height: state => state.control.table_height, screenSize: state => state.control.screenSize, screenHeight: state => state.control.screenHeight screenHeight: state => state.control.screenHeight, //面 polygons: state => state.control.polygons, }; export default getters;