1
zhanghonglin
2025-07-13 813d932834bd802364c045f890cc4d864aa76836
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid