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