前端初始化

This commit is contained in:
“hsc”
2026-08-21 15:27:51 +08:00
commit ef029340f2
14411 changed files with 2275932 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
import _plugin_vue_export_helper_default from "../../../_virtual/_plugin-vue_export-helper.mjs";
import collection_vue_vue_type_script_lang_default from "./collection.vue_vue_type_script_lang.mjs";
import { renderSlot } from "vue";
//#region ../../packages/components/collection/src/collection.vue
function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
return renderSlot(_ctx.$slots, "default");
}
var collection_default = /* @__PURE__ */ _plugin_vue_export_helper_default(collection_vue_vue_type_script_lang_default, [["render", _sfc_render]]);
//#endregion
export { collection_default as default };
//# sourceMappingURL=collection2.mjs.map