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