pan
2025-11-30 f8ec9168ceb7883853381ff0c409e1222b62b634
1
2
3
4
5
6
7
import Grid from './ViewGrid.vue'
const ViewGrid = {
    install: function (app) {
        app.component('ViewGrid', Grid)
    }
}
export default ViewGrid