ability to delete vehicle

This commit is contained in:
Akhil Gupta
2021-06-01 22:30:21 +05:30
parent 1ca98cec24
commit 567bad1cf6
5 changed files with 99 additions and 7 deletions

View File

@@ -18,6 +18,8 @@ import {
faDownload,
faEye,
faEyeSlash,
faTrash,
faShare,
} from '@fortawesome/free-solid-svg-icons'
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome'
@@ -44,7 +46,9 @@ library.add(
faExclamationCircle,
faDownload,
faEye,
faEyeSlash
faEyeSlash,
faTrash,
faShare
)
Vue.use(Buefy, {
defaultIconComponent: 'vue-fontawesome',