mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
16 lines
516 B
JavaScript
16 lines
516 B
JavaScript
import { d as defineComponent, N as createBlock, e as openBlock, u as unref, T, y as resolveComponent } from "./index-BqdcQlNn.js";
|
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
__name: "EmptyPage",
|
|
setup(__props) {
|
|
return (_ctx, _cache) => {
|
|
const _component_el_empty = resolveComponent("el-empty");
|
|
return openBlock(), createBlock(_component_el_empty, {
|
|
description: unref(T)("MANAGE_NO_DATA")
|
|
}, null, 8, ["description"]);
|
|
};
|
|
}
|
|
});
|
|
export {
|
|
_sfc_main as default
|
|
};
|