Quitados metodos no usados
This commit is contained in:
parent
6bcb22ea00
commit
60a6f3e781
1 changed files with 1 additions and 6 deletions
7
resources/js/app.js
vendored
7
resources/js/app.js
vendored
|
@ -26,6 +26,7 @@ Vue.prototype.$rootMiga = {
|
||||||
nombre: "Categorías",
|
nombre: "Categorías",
|
||||||
href: "/productos"
|
href: "/productos"
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Global methods
|
* Global methods
|
||||||
*/
|
*/
|
||||||
|
@ -40,12 +41,6 @@ Vue.prototype.$toast = function(mensaje, duration = 2000) {
|
||||||
position: 'bottom-center',
|
position: 'bottom-center',
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
Vue.prototype.$limpiarFloat = function(unFloat) {
|
|
||||||
return parseFloat(unFloat.replace(/,/g, ''))
|
|
||||||
}
|
|
||||||
Vue.prototype.$limpiarInt = function(unInt) {
|
|
||||||
return parseInt(unInt.replace(/,/g, ''))
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Next, we will create a fresh Vue application instance and attach it to
|
* Next, we will create a fresh Vue application instance and attach it to
|
||||||
|
|
Loading…
Add table
Reference in a new issue