Add the logo fetching feature to the Create/Edit forms

This commit is contained in:
Bubka
2022-07-20 13:32:31 +02:00
parent 9b634dd55f
commit 3d7607cb53
10 changed files with 140 additions and 45 deletions

View File

@ -25,6 +25,8 @@ import {
faTh,
faList,
faTimesCircle,
faUpload,
faGlobe,
} from '@fortawesome/free-solid-svg-icons'
import {
@ -54,6 +56,8 @@ library.add(
faTh,
faList,
faTimesCircle,
faUpload,
faGlobe,
);
Vue.component('font-awesome-icon', FontAwesomeIcon)