Files
MoviePilot-Frontend/src/components/misc/RemoteComponentLoading.vue
2026-08-03 15:21:36 +08:00

7 lines
240 B
Vue
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!-- 联邦远程组件加载期间使用预编译骨架兼容生产环境的 Vue runtime-only 构建 -->
<template>
<div class="pa-4" data-testid="remote-component-loading">
<VSkeletonLoader type="card" />
</div>
</template>