ability to transfer vehicle and disable users

This commit is contained in:
Akhil Gupta
2021-06-24 10:24:20 +05:30
parent b111e23dea
commit 2bd8481670
15 changed files with 186 additions and 16 deletions

View File

@@ -20,6 +20,7 @@ import {
faEyeSlash,
faTrash,
faShare,
faUserFriends,
} from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
@@ -48,7 +49,8 @@ library.add(
faEye,
faEyeSlash,
faTrash,
faShare
faShare,
faUserFriends,
)
Vue.use(Buefy, {
defaultIconComponent: 'vue-fontawesome',