UNPKG
e-datav
Version:
latest (0.10.0)
0.10.0
0.9.0
0.8.0
0.7.2
0.7.1
0.7.0
0.6.0
0.5.3
0.5.2
0.5.1
0.5.0
0.4.0
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.7
0.2.6
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
0.0.2
0.0.1
vue2 大屏组件
github.com/costaq/E-DataV
costaq/E-DataV
e-datav
/
types
/
loading.d.ts
13 lines
(12 loc)
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
import
Vue
from
"vue"
;
import
{
EDataVComponent
}
from
"./component"
;
export
declare
class
ELoading
extends
EDataVComponent
{
/** *
@description
边框颜色 */
borderColor
:
string
;
/** *
@description
尺寸,即宽高 */
size
:
number
; }