UNPKG
@modulab/form
Version:
latest (1.0.2)
1.0.2
1.0.1
表单
@modulab/form
/
index.ts
8 lines
(5 loc)
•
119 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
MForm
from
'./form.vue'
;
export
{
MForm
};
export
function
defineFormOptions
(
columns
) {
return
columns; }