cancel -> times
This commit is contained in:
parent
e8650d3409
commit
046c60cb61
25 changed files with 127 additions and 28 deletions
|
@ -8,6 +8,14 @@ import EmojiInput from 'src/components/emoji_input/emoji_input.vue'
|
|||
import suggestor from 'src/components/emoji_input/suggestor.js'
|
||||
import Autosuggest from 'src/components/autosuggest/autosuggest.vue'
|
||||
import Checkbox from 'src/components/checkbox/checkbox.vue'
|
||||
import { library } from '@fortawesome/fontawesome-svg-core'
|
||||
import {
|
||||
faTimes
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
|
||||
library.add(
|
||||
faTimes
|
||||
)
|
||||
|
||||
const ProfileTab = {
|
||||
data () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue