mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-11 00:23:37 +08:00
7 lines
240 B
Vue
7 lines
240 B
Vue
<!-- 联邦远程组件加载期间使用预编译骨架,兼容生产环境的 Vue runtime-only 构建。 -->
|
||
<template>
|
||
<div class="pa-4" data-testid="remote-component-loading">
|
||
<VSkeletonLoader type="card" />
|
||
</div>
|
||
</template>
|