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