add button to copy shipping contact email to clipboard

This commit is contained in:
j3d1 2024-01-13 01:32:59 +01:00
parent d6df034ad0
commit 5a1de437b6
3 changed files with 30 additions and 3 deletions

View file

@ -36,7 +36,7 @@ import {
faUser,
faComments,
faArchive,
faMinus, faHourglass, faExclamation,
faMinus, faHourglass, faExclamation, faClipboard,
} from '@fortawesome/free-solid-svg-icons';
import {FontAwesomeIcon} from '@fortawesome/vue-fontawesome';
@ -44,7 +44,7 @@ import vueDebounce from 'vue-debounce';
library.add(faPlus, faCheckCircle, faEdit, faTrash, faCat, faSyncAlt, faSort, faSortUp, faSortDown, faTh, faList,
faWindowClose, faCamera, faStop, faPen, faCheck, faTimes, faSave, faEye, faComment, faUser, faComments, faEnvelope,
faArchive, faMinus, faExclamation, faHourglass);
faArchive, faMinus, faExclamation, faHourglass, faClipboard);
Vue.component('font-awesome-icon', FontAwesomeIcon);
sync(store, router);