remove implementation ofsearch by money and only allow to search by token ammount

This commit is contained in:
RcleydsonR
2022-11-25 20:27:57 -03:00
parent f47f711bd9
commit fc508734a2
6 changed files with 147 additions and 136 deletions

View File

@@ -1,11 +1,14 @@
<script setup lang="ts">
import SearchComponent from "../components/SearchComponent.vue";
const confirmBuyClick = () => {
// finish buy screen
console.log("compra confirmada");
};
</script>
<template>
<SearchComponent />
<SearchComponent @token-buy="confirmBuyClick()" />
</template>
<style scoped>
</style>
<style scoped></style>