Extract modal component
This commit is contained in:
@ -2,7 +2,9 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<button class="px-4 py-2 text-base font-medium rounded-md shadow-sm focus:outline-none focus:ring-2">
|
||||
<slot></slot>
|
||||
</button>
|
||||
<button
|
||||
class="px-4 py-2 text-base font-medium rounded-md shadow-sm focus:outline-none focus:ring-2"
|
||||
>
|
||||
<slot></slot>
|
||||
</button>
|
||||
</template>
|
Reference in New Issue
Block a user