mirror of
https://gitee.com/dapppp/ruoyi-plus-vben5.git
synced 2026-03-13 05:20:52 +08:00
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>
|