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
/
tab-item.d.ts
14 lines
(13 loc)
•
316 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
import
Vue
from
"vue"
;
import
{
EDataVComponent
}
from
"./component"
;
import
{
TabItemValue
}
from
'./tab'
;
export
declare
class
ETabItem
extends
EDataVComponent
{
/** *
@description
显示值 */
label
:
string
;
/** *
@description
选中值 */
value
:
TabItemValue
; }