UNPKG
vue2-el-bpmn
Version:
latest (1.0.0)
1.0.0
Vue2+ElementUI+BPMN2.0整合(基于Bpmn Process Designer)
vue2-el-bpmn
/
ui
/
lib
/
components
/
my-float
/
index.js
7 lines
(5 loc)
•
198 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{install}
from
'$ui/utils/helper'
import
Module
from
'./src/Float'
import
FloatItem
from
'./src/FloatItem'
export
default
install
(
Module
)
export
const
MyFloatItem
=
install
(
FloatItem
)