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