ag-element-ui/packages/MultifunctionSearch/index.js

10 lines
231 B
JavaScript
Raw Permalink Normal View History

2024-07-02 15:59:06 +08:00
// import pedestal from './src'
// // 为组件提供 install 安装方法,供按需引入
// pedestal.install = function (Vue) {
// Vue.component(pedestal.name, pedestal)
// }
// // 导出组件
// export default pedestal