647556386
2026-04-09 46eb7a5618023b16fe7d0b944ed3af0660ae83e7
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid