@travel-screen/l-module-components 1.0.0 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@travel-screen/l-module-components",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "数据可视化大屏组件库 - 暗黑科技风 Vue 2 组件集",
5
5
  "main": "src/index.js",
6
6
  "publishConfig": {
@@ -5,7 +5,7 @@
5
5
  <script>
6
6
  import * as echarts from 'echarts'
7
7
  import interfaceObj from './interface/index'
8
- import { tooltipItemsHtmlString } from '../../utils/tooltip'
8
+ import { tooltipItemsHtmlString } from '../utils/tooltip'
9
9
 
10
10
  export default {
11
11
  name: 'LBarChart',
@@ -30,7 +30,7 @@
30
30
 
31
31
  <script>
32
32
  import interfaceObj from './interface/index'
33
- import { dealPercentdDisplay, judgeRateType } from '../../utils/util'
33
+ import { dealPercentdDisplay, judgeRateType } from '../utils/util'
34
34
  import { getBgPath, getIconPath, getTrendIconPath } from './img/images'
35
35
 
36
36
  export default {