UNPKG

yanzhen-design-vue

Version:

17 lines (16 loc) 469 B
"use strict"; Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: "Module" } }); const vue = require("vue"); const _hoisted_1 = { class: "wrapper" }; const _sfc_main = /* @__PURE__ */ vue.defineComponent({ ...{ name: "Wrapper" }, __name: "wrapper", setup(__props) { return (_ctx, _cache) => { return vue.openBlock(), vue.createElementBlock("div", _hoisted_1); }; } }); exports.default = _sfc_main;