Quitados metodos no usados

This commit is contained in:
Alejandro Tasistro 2025-05-16 16:36:29 -03:00
parent 6bcb22ea00
commit 60a6f3e781

7
resources/js/app.js vendored
View file

@ -26,6 +26,7 @@ Vue.prototype.$rootMiga = {
nombre: "Categorías",
href: "/productos"
}
/**
* Global methods
*/
@ -40,12 +41,6 @@ Vue.prototype.$toast = function(mensaje, duration = 2000) {
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