Skip to content

Commit 84a4477

Browse files
authored
implement pr feedback
1 parent 4bce86d commit 84a4477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tabs/internal/tabs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class Tabs extends LitElement {
6363
*
6464
* @export
6565
*/
66-
@property({type: Number, reflect: true})
66+
@property({type: Number, attribute: 'active-tab-index'})
6767
get activeTabIndex() {
6868
return this.tabs.findIndex((tab) => tab.active);
6969
}

0 commit comments

Comments
 (0)