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