UNPKG
wangbd-myui
Version:
latest (4.2.13)
4.2.13
4.2.12
MY前端基础框架核心组件库
newgateway.gitee.io/my/
wangbd-myui
/
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
)