UNPKG
tian-yan-yan
Version:
latest (0.0.1)
0.0.1
一套不算好用的组件
tian-yan-yan
/
src
/
components
/
Form
/
index.js
6 lines
(3 loc)
•
121 B
JavaScript
View Raw
1
2
3
4
5
6
import
tyForm
from
'./index.vue'
tyForm.
install
=
Vue
=>
Vue
.
component
(tyForm.
name
, tyForm)
export
default
tyForm