UNPKG
el-input-tag
Version:
latest (1.3.3)
1.3.3
1.3.2
1.3.1
1.3.0
1.2.0
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
A input tag editor component of Element UI
github.com/xiispace/el-input-tag
xiispace/el-input-tag
el-input-tag
/
src
/
index.js
10 lines
(7 loc)
•
160 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
ElInputTag
from
'./ElInputTag.vue'
export
{
ElInputTag
}
export
default
{
install
(
Vue
) {
Vue
.
component
(
'el-input-tag'
,
ElInputTag
) } }