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