UNPKG
@gyenno/nutui-taro
Version:
latest (4.0.7)
4.0.7
京东风格的轻量级移动端 Vue2、Vue3 组件库(支持小程序开发)
github.com/jdf2e/nutui
jdf2e/nutui
@gyenno/nutui-taro
/
dist
/
packages
/
indicator
/
index.mjs
4 lines
•
140 B
JavaScript
View Raw
1
2
3
4
import
_Indicator
from
'../_es/Indicator.js'
;
const
treeshaking
= (
t
) => t;
const
Indicator
=
treeshaking
(_Indicator);
export
{
Indicator
};