logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git

screen_reader_notice.vue (184B)


  1. <template>
  2. <div
  3. class="visible-for-screenreader-only"
  4. :aria-live="ariaLive"
  5. >
  6. {{ currentText }}
  7. </div>
  8. </template>
  9. <script src="./screen_reader_notice.js"></script>