mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-22 04:09:55 +08:00
8 lines
191 B
Text
Vendored
8 lines
191 B
Text
Vendored
const DButtonTooltip = <template>
|
|
<div class="fk-d-button-tooltip" ...attributes>
|
|
{{yield to="button"}}
|
|
{{yield to="tooltip"}}
|
|
</div>
|
|
</template>;
|
|
|
|
export default DButtonTooltip;
|