5 lines
80 B
Vue
Raw Normal View History

2022-02-06 21:35:38 +08:00
<template>
<div>
<Skeleton repeat="3" :show="true"/>
</div>
</template>