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