add button to copy shipping contact email to clipboard
This commit is contained in:
parent
d6df034ad0
commit
5a1de437b6
3 changed files with 30 additions and 3 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue