Refactor API requests and update component imports
This commit is contained in:
@ -17,7 +17,7 @@
|
||||
</template>
|
||||
<script setup lang="ts">
|
||||
import { ref } from 'vue'
|
||||
import { list } from '@/api/channel/index'
|
||||
import { list } from '~/api/channel/index'
|
||||
|
||||
const channelId = defineModel('modelValue', {
|
||||
required: true,
|
||||
|
||||
Reference in New Issue
Block a user