changed ts to js
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import { client } from "./utils/trpc.ts";
|
||||
console.log(client);
|
||||
import { client } from "./utils/trpc";
|
||||
client.info.getAllZones.query({}).then(console.log);
|
||||
// import MainVote from "./components/MainVote.vue";
|
||||
|
||||
export default {
|
||||
|
||||
Reference in New Issue
Block a user