Skip to content

Commit

Permalink
build 通す
Browse files Browse the repository at this point in the history
  • Loading branch information
anko9801 committed Jun 16, 2024
1 parent f7c436b commit 087453b
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/pages/Ranking.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,17 @@ const items = ref([
{ rank: 4, iconUri: "https://q.trap.jp/api/v3/public/icon/anko", userName: "あんこ", score: 2041, level: 1, timeStamp: '' }
])
// const client = createClient<paths>(
// {
// baseUrl: "https://kusa.trap.show/api"
// });
// const { data } = await client.GET("/rankings", {
// params: {
// query: { count: 10, level: 1 }
// }
// })
const client = createClient<paths>(
{
baseUrl: "https://kusa.trap.show/api"
});
const { data } = await client.GET("/rankings", {
params: {
query: { count: 10, level: 1 }
}
})
console.log(data)
</script>

<template>
Expand Down

0 comments on commit 087453b

Please sign in to comment.