From 60a6f3e7818407361d9a2dc3581ea2be1255e523 Mon Sep 17 00:00:00 2001 From: ale Date: Fri, 16 May 2025 16:36:29 -0300 Subject: [PATCH] Quitados metodos no usados --- resources/js/app.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/resources/js/app.js b/resources/js/app.js index c2bf1a6..51be45f 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -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