UNPKG
x-antd-vue
Version:
latest (1.0.1)
1.0.1
1.0.0
base on antd 1.7.2
www.antdv.com
xd-mike/x-antd
x-antd-vue
/
es
/
vc-mentions
/
index.js
6 lines
(4 loc)
•
126 B
JavaScript
View Raw
1
2
3
4
5
6
import
Mentions
from
'./src/Mentions'
;
import
Option
from
'./src/Option'
;
Mentions
.
Option
=
Option
;
export
default
Mentions
;