Skip to content

Commit 12fd55d

Browse files
committed
update: searchBar组件focus
1 parent 905c1d1 commit 12fd55d

File tree

1 file changed

+2
-2
lines changed
  • packages/taro-ui/src/components/search-bar

1 file changed

+2
-2
lines changed

packages/taro-ui/src/components/search-bar/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
import { Input, Text, View } from '@tarojs/components'
2-
import { CommonEvent } from '@tarojs/components/types/common'
31
import classNames from 'classnames'
42
import PropTypes, { InferProps } from 'prop-types'
53
import React from 'react'
4+
import { Input, Text, View } from '@tarojs/components'
5+
import { CommonEvent } from '@tarojs/components/types/common'
66
import { AtSearchBarProps, AtSearchBarState } from '../../../types/search-bar'
77

88
type ExtendEvent = {

0 commit comments

Comments
 (0)