logo

pleroma-fe

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

announcement_editor.js (212B)


  1. import Checkbox from '../checkbox/checkbox.vue'
  2. const AnnouncementEditor = {
  3. components: {
  4. Checkbox
  5. },
  6. props: {
  7. announcement: Object,
  8. disabled: Boolean
  9. }
  10. }
  11. export default AnnouncementEditor