10 lines
144 B
Vue
10 lines
144 B
Vue
![]() |
<script setup lang="ts">
|
||
|
import CommonSkeleton from '#/views/common';
|
||
|
</script>
|
||
|
|
||
|
<template>
|
||
|
<div>
|
||
|
<CommonSkeleton />
|
||
|
</div>
|
||
|
</template>
|