File tree 2 files changed +4
-1
lines changed
calendar/__test__/__snapshots__
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -757,7 +757,7 @@ exports[`calendar :base 1`] = `
757
757
appParameter = " "
758
758
ariaLabel = " "
759
759
class = " class t-button t-class t-button--base t-button--primary t-button--rectangle t-button--size-medium t-button--block"
760
- data-custom = " {{null}} "
760
+ data-custom = " "
761
761
formType = " "
762
762
hoverClass = " t-button--hover"
763
763
hoverStartTime = " {{20}}"
Original file line number Diff line number Diff line change 1
1
<template name="button">
2
2
<t-button
3
3
t-id="{{tId || ''}}"
4
+ style="{{style}}"
4
5
block="{{block || false}}"
5
6
class="{{rootClass || ''}}"
6
7
t-class="{{tClass}}"
7
8
disabled="{{disabled || false}}"
8
9
data-type="{{type}}"
9
10
data-extra="{{extra}}"
11
+ custom-dataset="{{customDataset}}"
10
12
content="{{content || ''}}"
11
13
icon="{{icon || ''}}"
12
14
loading="{{loading || false}}"
15
+ loading-props="{{loadingProps}}"
13
16
theme="{{theme || 'default'}}"
14
17
ghost="{{ghost || false}}"
15
18
shape="{{shape || 'rectangle'}}"
You can’t perform that action at this time.
0 commit comments