调整代码: ibp盘

This commit is contained in:
fan 2019-08-27 16:35:41 +08:00
parent 5f5e701074
commit 1f2d2a1794

View File

@ -7,7 +7,6 @@
<script>
import Vue from 'vue';
import WindowResizeHandler from '@/mixin/WindowResizeHandler';
import localStore from 'storejs';
import IbpPan from '@/ibp/ibpPan';
import { parser } from '@/ibp/utils/parser';
@ -19,11 +18,10 @@ export default {
components: {
},
mixins: [
WindowResizeHandler
],
data() {
return {
width: this.$store.state.config.width,
height: this.$store.state.config.height,
dataZoom: {
offsetX: '0',
offsetY: '0',