mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 20:51:09 -04:00
add update app on settings
This commit is contained in:
@ -50,7 +50,8 @@ import {
|
||||
faShare,
|
||||
faEllipsisH,
|
||||
faCopy,
|
||||
faPaperPlane
|
||||
faPaperPlane,
|
||||
faSyncAlt
|
||||
} from '@fortawesome/free-solid-svg-icons'
|
||||
import { far } from '@fortawesome/free-regular-svg-icons'
|
||||
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
|
||||
@ -111,7 +112,8 @@ library.add(
|
||||
faShare,
|
||||
faEllipsisH,
|
||||
faCopy,
|
||||
faPaperPlane
|
||||
faPaperPlane,
|
||||
faSyncAlt
|
||||
)
|
||||
|
||||
Vue.component('font-awesome-icon', FontAwesomeIcon)
|
||||
|
||||
Reference in New Issue
Block a user