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