mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +00:00
873 B
873 B
Modal
:::raw
Show Report Modal Show Confirm Modal ::: <Button :action="() => this.$refs.reportModal.modal.show()">Show Modal</Button>
<ReportModal
ref="reportModal"
itemType="project"
:reportTypes="['cringitude', 'rudeness', 'notgamer', 'windowsuser']"
/>