Files
AstralRinth/libs/omorphia/docs/components/modal.md

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']"
  />