7 lines
118 B
Vue
7 lines
118 B
Vue
<template>
|
|
hello world
|
|
</template>
|
|
|
|
<script setup>
|
|
$fetch('/api/getChannelById', { params: { test: 123 } })
|
|
</script> |