UNPKG

tav-ui

Version:
31 lines (26 loc) 958 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); var vue = require('vue'); var constants = require('./constants2.js'); var pluginVue_exportHelper = require('../../../../../_virtual/plugin-vue_export-helper.js'); const __default__ = { name: "TaPermissionFragment" }; function setup(__props, { expose }) { const id = vue.ref(constants.DEFAULT_PERMISSIONFRAGMENT_ID()); const type = vue.ref(constants.DEFAULT_PERMISSIONFRAGMENT_CLASSNAME); expose({ id, type }); return (_ctx, _cache) => { return vue.renderSlot(_ctx.$slots, "default"); }; } const _sfc_main = /* @__PURE__ */ vue.defineComponent({ ...__default__, setup }); var PermissionFragment = /* @__PURE__ */ pluginVue_exportHelper["default"](_sfc_main, [["__file", "/home/runner/work/tav-ui/tav-ui/packages/components/permission/src/PermissionFragment/index.vue"]]); exports["default"] = PermissionFragment; //# sourceMappingURL=index2.js.map