UNPKG

shu-c-view

Version:

rollup 打包vue组件库框架

7 lines (6 loc) 324 B
/*! * shu-c-view v1.3.0 * (c) 2025-10-23 * @license MIT */ "use strict";Object.defineProperty(exports,"__esModule",{value:!0});exports.BaseGridSearch={name:"BaseGridSearch",inject:["getBaseGrid"],render:function(e){return e("div",{style:"height: 100%;"},[this.$slots.default,this.$scopedSlots.searchScope()])}};