仪表盘
版本库
文件存储
活动
搜索
登录
ZhuHaiChuangZhi
/
ChangWenJingZhi382-01
382-01常温静置库
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
代码上传
huangxiaoqiang
2025-05-19
051aa9a0e7f58af6665fb4526e42cf8060fbaa05
[ZhuHaiChuangZhi/ChangWenJingZhi382-01.git]
/
项目代码
/
WMS
/
WIDESEA_WMSClient
/
src
/
components
/
basic
/
ViewGrid
/
index.js
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
install: function (app) {
app.component('ViewGrid', Grid)
}
}
export default ViewGrid