调整代码: ibp盘
This commit is contained in:
parent
5f5e701074
commit
1f2d2a1794
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user