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