fix: resolve antd to do

This commit is contained in:
dylanmay
2025-11-28 15:41:17 +08:00
parent ffc48fa171
commit 0d0d9e30c0
3 changed files with 4 additions and 4 deletions

View File

@@ -66,7 +66,7 @@ watch(
<template>
<Grid class="mt-4">
<template #toolbar-tools>
<slot name="toolbar-tools" />
<slot name="toolbar-tools"></slot>
</template>
<template #video="{ row }">
<WxVideoPlayer v-if="row.url" :url="row.url" />