rrefs #5673 remove console.logs
gitea/salix-front/pipeline/head This commit looks good Details

This commit is contained in:
Alex Moreno 2023-08-07 12:01:48 +02:00
parent 0cdd090daf
commit edead9b7be
2 changed files with 0 additions and 2 deletions

View File

@ -174,7 +174,6 @@ async function insert() {
// } // }
async function remove(data) { async function remove(data) {
console.log(data);
if (!data.length) if (!data.length)
return quasar.notify({ return quasar.notify({
type: 'warning', type: 'warning',

View File

@ -8,7 +8,6 @@ import VnSearchbar from 'src/components/ui/VnSearchbar.vue';
const stateStore = useStateStore(); const stateStore = useStateStore();
const route = useRoute(); const route = useRoute();
console.log(route);
const { t } = useI18n(); const { t } = useI18n();
</script> </script>
<template> <template>