src/store/getters.js
@@ -30,5 +30,6 @@ clearOtherBut: state => state.control.clearOtherBut, windowWidth: state => state.control.windowWidth, windowHeight: state => state.control.windowHeight, table_height: state => state.control.table_height, } export default getters