liuyg
2021-12-29 666c61a8dca571045e422e6c85f1b7a8179f0df5
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