肖洋
2025-01-07 60994422d1ff27c24ed8bdf1076f50166ca638db
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid