Files
discord-clone/pages/channel/[id].vue
2023-01-03 09:29:04 -06:00

7 lines
118 B
Vue

<template>
hello world
</template>
<script setup>
$fetch('/api/getChannelById', { params: { test: 123 } })
</script>