logo

pleroma-fe

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

hashtag_link.vue (368B)


  1. <template>
  2. <span
  3. class="HashtagLink"
  4. >
  5. <!-- eslint-disable vue/no-v-html -->
  6. <a
  7. :href="url"
  8. class="original"
  9. target="_blank"
  10. @click.prevent="onClick"
  11. v-html="content"
  12. />
  13. <!-- eslint-enable vue/no-v-html -->
  14. </span>
  15. </template>
  16. <script src="./hashtag_link.js" />
  17. <style lang="scss" src="./hashtag_link.scss" />