forked from nathalie/pedi2
Hotfix: quitado animate de bulma-toast
This commit is contained in:
parent
ff213bd90d
commit
c53e342f54
1 changed files with 1 additions and 2 deletions
1
resources/js/app.js
vendored
1
resources/js/app.js
vendored
|
@ -38,7 +38,6 @@ Vue.prototype.$toast = function(mensaje, duration = 1000) {
|
|||
duration: duration,
|
||||
type: 'is-danger',
|
||||
position: 'bottom-center',
|
||||
animate: { in: 'fadeIn', out: 'fadeOut' }
|
||||
});
|
||||
}
|
||||
Vue.prototype.$limpiarFloat = function(unFloat) {
|
||||
|
|
Loading…
Add table
Reference in a new issue