comentario del pr anterior

This commit is contained in:
Jaume Solís 2024-01-17 18:29:04 +01:00
parent b1570a2978
commit a96df9938e
2 changed files with 1 additions and 4 deletions

View File

@ -16,9 +16,6 @@ export default defineComponent({
Container, Container,
}, },
setup() { setup() {
/* const t = useI18n();
const content = ref(t("success"));
console.log(content); */
const { push } = useRouter(); const { push } = useRouter();
const cartStore = useCartStore(); const cartStore = useCartStore();