UNPKG

yanzhen-design-vue

Version:

17 lines (16 loc) 381 B
import { defineComponent, openBlock, createElementBlock } from "vue"; const _hoisted_1 = { class: "wrapper" }; const _sfc_main = /* @__PURE__ */ defineComponent({ ...{ name: "Wrapper" }, __name: "wrapper", setup(__props) { return (_ctx, _cache) => { return openBlock(), createElementBlock("div", _hoisted_1); }; } }); export { _sfc_main as default };