button conflict...
This commit is contained in:
parent
de3a564cb1
commit
83dd49bc9a
|
@ -1,15 +0,0 @@
|
|||
<script>
|
||||
export let className = "";
|
||||
export let disabled = false;
|
||||
export let contentText = "";
|
||||
export let contentComponent = {};
|
||||
</script>
|
||||
|
||||
|
||||
<button class={className} {disabled} on:click>
|
||||
{#if contentComponent}
|
||||
{contentText}
|
||||
{:else}
|
||||
<div>Props..</div>
|
||||
{/if}
|
||||
</button>
|
Loading…
Reference in New Issue