terms_of_service_panel.js (153B)
- const TermsOfServicePanel = {
- computed: {
- content () {
- return this.$store.state.instance.tos
- }
- }
- }
- export default TermsOfServicePanel
git clone https://hacktivis.me/git/pleroma-fe.git
terms_of_service_panel.js (153B)
- const TermsOfServicePanel = {
- computed: {
- content () {
- return this.$store.state.instance.tos
- }
- }
- }
- export default TermsOfServicePanel