logo

pleroma-fe

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

group_setting.vue (308B)


  1. <template>
  2. <span
  3. v-if="matchesExpertLevel"
  4. class="GroupSetting"
  5. >
  6. <ModifiedIndicator
  7. :changed="isChanged"
  8. :onclick="reset"
  9. />
  10. <ProfileSettingIndicator :is-profile="isProfileSetting" />
  11. <DraftButtons />
  12. </span>
  13. </template>
  14. <script src="./group_setting.js"></script>