UNPKG
tian-yan-yan
Version:
latest (0.0.1)
0.0.1
一套不算好用的组件
tian-yan-yan
/
src
/
components
/
CutCard
/
index.js
12 lines
(8 loc)
•
211 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
/* * 切换卡片页面 * @author: 张文 * @date 2022-05-19 * */
import
tyCutCard
from
"./index.vue"
; tyCutCard.
install
=
Vue
=>
Vue
.
component
(tyCutCard.
name
, tyCutCard)
export
default
tyCutCard