mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
Add on:click to HeaderPanelLink
This commit is contained in:
parent
1e6369aad1
commit
34aba7947e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<li class:bx--switcher__item="{true}">
|
<li class:bx--switcher__item="{true}">
|
||||||
<a href="{href}" class:bx--switcher__item-link="{true}" {...$$restProps}>
|
<a href="{href}" class:bx--switcher__item-link="{true}" {...$$restProps} on:click>
|
||||||
<slot />
|
<slot />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue