How to use Select components in ant design in ant design mobile

in using ant design mobile, you need to use the kind of Select component in antd, but it is not in ant design mobile. What should I do


just introduce antd directly.
npm i antd

to prevent all antd from being loaded.
can be used as follows:

import Select from 'antd/lib/select';
import 'antd/lib/select/style/index.css';

<Select>
    <Select.Option>xxxx</Select.Option>
</Select>
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-3486811-198a2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-3486811-198a2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?