logo

pleroma-fe

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

terms_of_service_panel.js (153B)


  1. const TermsOfServicePanel = {
  2. computed: {
  3. content () {
  4. return this.$store.state.instance.tos
  5. }
  6. }
  7. }
  8. export default TermsOfServicePanel