add avatar on account-settings

This commit is contained in:
yogesh_gohil
2019-11-21 18:45:22 +05:30
parent 4ec34550ed
commit 812afc2dab
18 changed files with 262 additions and 28 deletions

View File

@ -53,7 +53,8 @@ import {
faPaperPlane,
faEyeSlash,
faSyncAlt,
faRocket
faRocket,
faCamera
} from '@fortawesome/free-solid-svg-icons'
import { far } from '@fortawesome/free-regular-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
@ -117,7 +118,8 @@ library.add(
faCopy,
faPaperPlane,
faSyncAlt,
faRocket
faRocket,
faCamera
)
Vue.component('font-awesome-icon', FontAwesomeIcon)