initial commit
This commit is contained in:
7
pages/channel/[id].vue
Normal file
7
pages/channel/[id].vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
hello world
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
$fetch('/api/getChannelById', { params: { test: 123 } })
|
||||
</script>
|
||||
Reference in New Issue
Block a user