replaced node-sass by sass, fixed vuesweetalert display #1857
This commit is contained in:
@@ -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
|
||||
})
|
||||
},
|
||||
|
||||
@@ -16,6 +16,8 @@ import 'assets/css/mdi/css/materialdesignicons.css'
|
||||
// import 'mdi/font'
|
||||
import 'vue-select/src/scss/vue-select.scss'
|
||||
import 'sweetalert2/dist/sweetalert2.min.css'
|
||||
import '@sweetalert2/themes/dark/dark.scss'
|
||||
|
||||
import 'assets/css/app.scss'
|
||||
|
||||
Vue.use(Meta)
|
||||
|
||||
Reference in New Issue
Block a user