feat: build NPM package

This commit is contained in:
Alexandr
2022-07-11 17:56:29 +03:00
parent fb65cdcef8
commit d94930f741
13 changed files with 278 additions and 243 deletions

View File

@@ -5,10 +5,10 @@
<tab-pane
v-for="(item, id) in tabsChildren"
:key="id"
:active="modelValueRef === item.props.name"
:name="item.props.name"
:disabled="item.props.disabled"
:title="item.props.title"
:active="modelValueRef === item.props?.name"
:name="item.props?.name"
:disabled="item.props?.disabled"
:title="item.props?.title"
/>
</ul>
</div>