mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-06-07 00:30:14 +08:00
10 lines
149 B
Vue
10 lines
149 B
Vue
<template>
|
|
<el-empty
|
|
:description="$T('MANAGE_NO_DATA')"
|
|
/>
|
|
</template>
|
|
|
|
<script lang="ts" setup>
|
|
import { T as $T } from '@/i18n'
|
|
</script>
|