shu-c-view
Version:
rollup 打包vue组件库框架
7 lines (6 loc) • 324 B
JavaScript
/*!
* shu-c-view v1.3.0
* (c) 2025-10-23
* @license MIT
*/
;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()])}};