display poll indicators in drafts
This commit is contained in:
parent
bc2da26dda
commit
f653ac4a62
4 changed files with 56 additions and 8 deletions
|
|
@ -5,6 +5,15 @@ import StatusContent from 'src/components/status_content/status_content.vue'
|
|||
import Gallery from 'src/components/gallery/gallery.vue'
|
||||
import { cloneDeep } from 'lodash'
|
||||
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faPollH
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faPollH
|
||||
)
|
||||
|
||||
const Draft = {
|
||||
components: {
|
||||
PostStatusForm,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue