mirror of
https://gitee.com/ant-design-vue/ant-design-vue.git
synced 2024-12-14 08:51:28 +08:00
7 lines
127 B
JavaScript
7 lines
127 B
JavaScript
|
import Mentions from './src/Mentions';
|
||
|
import Option from './src/Option';
|
||
|
|
||
|
Mentions.Option = Option;
|
||
|
|
||
|
export default Mentions;
|