mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 19:45:21 +08:00
9 lines
191 B
JavaScript
9 lines
191 B
JavaScript
|
const DButtonTooltip = <template>
|
||
|
<div class="fk-d-button-tooltip" ...attributes>
|
||
|
{{yield to="button"}}
|
||
|
{{yield to="tooltip"}}
|
||
|
</div>
|
||
|
</template>;
|
||
|
|
||
|
export default DButtonTooltip;
|