This commit is contained in:
trading_peter 2025-02-11 23:41:05 +01:00
parent 99468efa3f
commit 783795aa3e
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@tp/tp-tabs", "name": "@tp/tp-tabs",
"version": "1.2.0", "version": "1.3.0",
"description": "", "description": "",
"main": "tp-tabs.js", "main": "tp-tabs.js",
"scripts": { "scripts": {

View File

@ -43,7 +43,7 @@ class TpTabs extends LitElement {
render() { render() {
return html` return html`
<div class="tabs" @click="${this.selectTab}"> <div class="tabs" part="wrap" @click="${this.selectTab}">
<slot></slot> <slot></slot>
</div> </div>
`; `;