UNPKG
tian-yan-yan
Version:
latest (0.0.1)
0.0.1
一套不算好用的组件
tian-yan-yan
/
src
/
test
/
file
/
index.js
12 lines
(8 loc)
•
157 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * * @author: 张文 * @date: 2022-02-25 * */
import
ty
from
"./index.vue"
; ty.
install
=
Vue
=>
Vue
.
component
(ty.
name
, ty)
export
default
ty