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-crud
/
index.js
8 lines
(5 loc)
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
import
{install}
from
'$ui/utils/helper'
import
Module
from
'./src/Crud'
import
adapter
from
'./src/adapter'
Module
.
adapter
= adapter
export
default
install
(
Module
)