UNPKG
press-pix
Version:
latest (1.0.46)
1.0.47
1.0.46
1.0.9
0.0.1
基于 PixUI 的 Press 组件库
novlan1.github.io/docs/press-pix/
novlan1/press-pix
press-pix
/
common
/
i18n
/
image.ts
13 lines
(10 loc)
•
167 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
const
gImgHandler = {
gImg
:
v
=>
v,
get
(
) {
return
this
.
gImg
; },
set
(
gImg
) {
this
.
gImg
= gImg; }, };
export
const
gImg = gImgHandler.
get
();