Files
----/后端源码/yifan.action-ai.cn/index/js/index.DqXkPevt.js

28 lines
904 B
JavaScript

import { _ as __unplugin_components_0 } from "./index.A3_mN65w.js";
import { J as defineComponent, x as onBeforeUnmount, S as openBlock, _ as createElementBlock, $ as createVNode, o as unref, r as ref } from "./.pnpm.BW3P1y8f.js";
import "./element-plus.CkEW9frc.js";
import "./_plugin-vue_export-helper.1tPrXgE0.js";
const _hoisted_1 = { class: "app-container" };
const _sfc_main = /* @__PURE__ */ defineComponent({
...{
name: "Docs",
inheritAttrs: false
},
__name: "index",
setup(__props) {
const url = ref("undefined/docs");
onBeforeUnmount(() => {
window.onresize = null;
});
return (_ctx, _cache) => {
const _component_Frame = __unplugin_components_0;
return openBlock(), createElementBlock("div", _hoisted_1, [
createVNode(_component_Frame, { src: unref(url) }, null, 8, ["src"])
]);
};
}
});
export {
_sfc_main as default
};