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