announcement_editor.js (212B)
- import Checkbox from '../checkbox/checkbox.vue'
- const AnnouncementEditor = {
- components: {
- Checkbox
- },
- props: {
- announcement: Object,
- disabled: Boolean
- }
- }
- export default AnnouncementEditor
git clone https://anongit.hacktivis.me/git/pleroma-fe.git/
announcement_editor.js (212B)
- import Checkbox from '../checkbox/checkbox.vue'
- const AnnouncementEditor = {
- components: {
- Checkbox
- },
- props: {
- announcement: Object,
- disabled: Boolean
- }
- }
- export default AnnouncementEditor