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