replaced node-sass by sass, fixed vuesweetalert display #1857

This commit is contained in:
2022-04-07 12:27:51 +02:00
parent 8e25388ba9
commit 505919b50b
6 changed files with 47 additions and 627 deletions
+3 -2
View File
@@ -50,10 +50,11 @@ export default {
onCopy (e) {
this.$swal({
text: `copié dans le press papier : ${e.text}`,
toast: true,
toast: false,
position: 'bottom-end',
timer: 2000,
icon: 'success',
icon: null,
backdrop: false,
showConfirmButton: false
})
},