Skip to content

Commit 707a44b

Browse files
committed
feat: 修复CIlint错误
1 parent 7d3567a commit 707a44b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/packages/ellipsis/ellipsis.taro.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@ import React, { FunctionComponent, useState, useRef, useEffect } from 'react'
22
import { nextTick, createSelectorQuery } from '@tarojs/taro'
33
import classNames from 'classnames'
44
import { View } from '@tarojs/components'
5-
import { getRectInMultiPlatform, getRectInMultiPlatformWithoutCache } from '@/utils/taro/get-rect'
5+
import {
6+
getRectInMultiPlatform,
7+
getRectInMultiPlatformWithoutCache
8+
} from '@/utils/taro/get-rect'
69
import { ComponentDefaults } from '@/utils/typings'
710
import { useRtl } from '../configprovider/index.taro'
811
import { TaroEllipsisProps } from '@/types'

0 commit comments

Comments
 (0)