UNPKG
@lincy/tnui-vue3-uniapp
Version:
latest (1.0.23)
1.0.23
1.0.21
TuniaoUI for vue3 uniapp
github.com/lincenying/tuniaoui-vue3-uniapp
lincenying/tuniaoui-vue3-uniapp
@lincy/tnui-vue3-uniapp
/
components
/
lazy-load
/
src
/
types.ts
2 lines
(1 loc)
•
72 B
text/typescript
View Raw
1
2
export
type
LazyLoadStatus =
'waiting'
|
'loading'
|
'loaded'
|
'error'